chore: bump version
This commit is contained in:
parent
4123605b59
commit
3e2fe252c0
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
.. currentmodule:: genrss
|
||||
|
||||
Version 1.0.6
|
||||
-------------
|
||||
|
||||
Released 2020-11-08
|
||||
|
||||
- Fix channel image
|
||||
|
||||
|
||||
Version 1.0.5
|
||||
-------------
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ with open('README.md', 'r') as f:
|
|||
if __name__ == '__main__':
|
||||
setup(
|
||||
name='genrss',
|
||||
version='1.0.5',
|
||||
version='1.0.6',
|
||||
author='Dmitriy Pleshevskiy',
|
||||
author_email='dmitriy@ideascup.me',
|
||||
description='RSS feed generator for python',
|
||||
|
|
Loading…
Reference in a new issue