Update version number

This commit is contained in:
Wojciech Kozlowski 2018-01-17 20:53:47 +00:00
parent 5cb38a22af
commit 2823a19158
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
1.3.2
-----
- Update e-mail address.
1.3.1
-----

View File

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