mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
bumped dependency to feedgenerator to version that uses description as a
subtitle for the feed. bumped version.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__VERSION__ = '0.0.9'
|
__VERSION__ = '1.0.0'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user