Bumped version to 0.2.2

This commit is contained in:
Salvador E. Tropea 2020-04-20 18:35:59 -03:00
parent 90004f923a
commit 28328d924d
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
kiplot.inti-cmnb (0.2.2-1) stable; urgency=medium
* Removed KiBoM temporal files
* Fixed pre-flight tasks that didn't honor --out-dir
-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Mon, 20 Apr 2020 18:35:00 -0300
kiplot.inti-cmnb (0.2.1-1) stable; urgency=medium
* Fixed problem when excellon drill target didn't exist

View File

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