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