1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

bumped dependency to feedgenerator to version that uses description as a

subtitle for the feed.

bumped version.
This commit is contained in:
Bastian Venthur
2021-08-18 20:14:40 +02:00
parent f1020637e6
commit 67f24642e5
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# 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
* 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
feedgenerator==1.9.1
feedgenerator==1.9.2
jinja2==3.0.1
pygments==2.9.0