1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-26 05:02:58 +00:00

Compare commits

...

1 Commits
0.0.9 ... 1.0.0

Author SHA1 Message Date
Bastian Venthur
67f24642e5 bumped dependency to feedgenerator to version that uses description as a
subtitle for the feed.

bumped version.
2021-08-18 20:14:40 +02:00
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## [1.0.0] - 2021-08-18
* first 1.0 release!
* bump requirements of feedgenerator to 1.9.2. this version uses the
description to provide a subtitle for the feed
## [0.0.9] - 2021-06-22 ## [0.0.9] - 2021-06-22
* updated to jinja 3.0 * updated to jinja 3.0

View File

@@ -1 +1 @@
__VERSION__ = '0.0.9' __VERSION__ = '1.0.0'

View File

@@ -1,4 +1,4 @@
markdown==3.3.4 markdown==3.3.4
feedgenerator==1.9.1 feedgenerator==1.9.2
jinja2==3.0.1 jinja2==3.0.1
pygments==2.9.0 pygments==2.9.0