Bumped version to 0.2.1
This commit is contained in:
parent
540a0b080d
commit
7805af77a6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 2, 0)
|
||||
VERSION = (0, 2, 1)
|
||||
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
|
|
|
|||
Loading…
Reference in New Issue