Update version number

This commit is contained in:
Wojciech Kozlowski 2019-07-30 13:40:43 +02:00
parent 8df4d4ed70
commit d5db865c02
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
1.3.3
-----
- Fix python 3 issue with basestring type
1.3.2
-----

View File

@ -9,7 +9,7 @@ with open(path.join(pwd, 'README.rst'), encoding='utf-8') as f:
setup(
name='PyLg',
version='1.3.2',
version='1.3.3',
description='Python module to facilitate and automate the process of writing runtime logs.',
long_description=long_description,
url='https://gitlab.wojciechkozlowski.eu/wojtek/PyLg',