Bumped version to 0.2.3

This commit is contained in:
Salvador E. Tropea 2020-04-23 14:40:33 -03:00
parent 67403b2353
commit c554c6e71c
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kiplot.inti-cmnb (0.2.3-1) stable; urgency=medium
* Added command line option to list available targets
-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Thu, 23 Apr 2020 14:39:56 -0300
kiplot.inti-cmnb (0.2.2-1) stable; urgency=medium
* Removed KiBoM temporal files

View File

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