diff --git a/debian/changelog b/debian/changelog index e753f220..ea0d14ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 18 Apr 2020 15:58:59 -0300 + kiplot.inti-cmnb (0.2.0-1) stable; urgency=medium * Added KiBoM and InteractiveHtmlBom support diff --git a/kiplot/__version__.py b/kiplot/__version__.py index dfd69f99..2a0cf828 100644 --- a/kiplot/__version__.py +++ b/kiplot/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 2, 0) +VERSION = (0, 2, 1) __version__ = '.'.join(map(str, VERSION))