Bumped version to 0.1.1

This commit is contained in:
Salvador E. Tropea 2020-03-13 13:14:41 -03:00
parent bce849b44b
commit e6d58724a8
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
kiplot.inti-cmnb (0.1.1-1) stable; urgency=medium
* Added position file generation from https://github.com/johnbeard/kiplot/pull/10
and some changes:
https://github.com/INTI-CMNB/kiplot/commit/bce849b44b0310be261cf0ae46c3b2e6a6c38388
-- Salvador Eduardo Tropea <salvador@inti.gob.ar> Fri, 13 Mar 2020 13:11:34 -0300
kiplot.inti-cmnb (0.1.0-1) testing; urgency=low
* Initial release.

View File

@ -1,3 +1,3 @@
VERSION = (0, 1, 0)
VERSION = (0, 1, 1)
__version__ = '.'.join(map(str, VERSION))