diff --git a/debian/changelog b/debian/changelog index a6ac53f5..4fed3de7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiplot.inti-cmnb (0.2.3-1) stable; urgency=medium + + * Added command line option to list available targets + + -- Salvador E. Tropea Thu, 23 Apr 2020 14:39:56 -0300 + kiplot.inti-cmnb (0.2.2-1) stable; urgency=medium * Removed KiBoM temporal files diff --git a/kiplot/__version__.py b/kiplot/__version__.py index 7b491b58..1df609e2 100644 --- a/kiplot/__version__.py +++ b/kiplot/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 2, 2) +VERSION = (0, 2, 3) __version__ = '.'.join(map(str, VERSION))