Bumped version to 0.2.0

This commit is contained in:
Salvador E. Tropea 2020-03-28 16:43:15 -03:00
parent 467c995c07
commit 41c0c726cd
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
kiplot.inti-cmnb (0.2.0-1) stable; urgency=medium
* Added KiBoM and InteractiveHtmlBom support
* Added DRC, ERC and update XML BoM
* Added Print as PDF (PCB/SCH)
-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Sat, 28 Mar 2020 16:39:57 -0300
kiplot.inti-cmnb (0.1.1-1) stable; urgency=medium
* Added position file generation from https://github.com/johnbeard/kiplot/pull/10

View File

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