mirror of
https://github.com/Wojtek242/pylg.git
synced 2024-11-21 23:35:25 +01:00
Update version number
This commit is contained in:
parent
8df4d4ed70
commit
d5db865c02
@ -1,6 +1,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.3.3
|
||||||
|
-----
|
||||||
|
|
||||||
|
- Fix python 3 issue with basestring type
|
||||||
|
|
||||||
1.3.2
|
1.3.2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ with open(path.join(pwd, 'README.rst'), encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='PyLg',
|
name='PyLg',
|
||||||
version='1.3.2',
|
version='1.3.3',
|
||||||
description='Python module to facilitate and automate the process of writing runtime logs.',
|
description='Python module to facilitate and automate the process of writing runtime logs.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='https://gitlab.wojciechkozlowski.eu/wojtek/PyLg',
|
url='https://gitlab.wojciechkozlowski.eu/wojtek/PyLg',
|
||||||
|
Loading…
Reference in New Issue
Block a user