chore: bump version 1.0.5
This commit is contained in:
parent
75985f8340
commit
be86824ab0
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
.. currentmodule:: genrss
|
||||
|
||||
Version 1.0.5
|
||||
-------------
|
||||
|
||||
Released 2020-11-06
|
||||
|
||||
- Update lxml version
|
||||
|
||||
|
||||
Version 1.0.3
|
||||
-------------
|
||||
|
|
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.3',
|
||||
version='1.0.5',
|
||||
author='Dmitriy Pleshevskiy',
|
||||
author_email='dmitriy@ideascup.me',
|
||||
description='RSS feed generator for python',
|
||||
|
|
Loading…
Reference in a new issue