diff --git a/debian/changelog b/debian/changelog index ea0d14bad..a6ac53f52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 20 Apr 2020 18:35:00 -0300 + kiplot.inti-cmnb (0.2.1-1) stable; urgency=medium * Fixed problem when excellon drill target didn't exist diff --git a/kiplot/__version__.py b/kiplot/__version__.py index 2a0cf8287..7b491b580 100644 --- a/kiplot/__version__.py +++ b/kiplot/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 2, 1) +VERSION = (0, 2, 2) __version__ = '.'.join(map(str, VERSION))