Release 1.3.1

This commit is contained in:
Wojciech Kozlowski 2017-03-16 23:24:15 +00:00
parent 93755c6cc3
commit ebd3a579cc
3 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
1.3.1
-----
- Fixed README.
1.3.0
-----

View File

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