Bumped version to 0.2.2
This commit is contained in:
parent
90004f923a
commit
28328d924d
|
|
@ -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
|
kiplot.inti-cmnb (0.2.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* Fixed problem when excellon drill target didn't exist
|
* Fixed problem when excellon drill target didn't exist
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
VERSION = (0, 2, 1)
|
VERSION = (0, 2, 2)
|
||||||
|
|
||||||
__version__ = '.'.join(map(str, VERSION))
|
__version__ = '.'.join(map(str, VERSION))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue