Bumped version to 0.2.1

This commit is contained in:
Salvador E. Tropea 2020-04-18 16:06:22 -03:00
parent 540a0b080d
commit 7805af77a6
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kiplot.inti-cmnb (0.2.1-1) stable; urgency=medium
* Fixed problem when excellon drill target didn't exist
-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Sat, 18 Apr 2020 15:58:59 -0300
kiplot.inti-cmnb (0.2.0-1) stable; urgency=medium
* Added KiBoM and InteractiveHtmlBom support

View File

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