From 14b67b21eb343c75a4a896213507f6260714a5af Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 22 Jun 2023 13:02:12 -0300 Subject: [PATCH] Bumped version to 1.1.18 --- debian/changelog | 6 ++++++ kicost/HISTORY.rst | 5 +++++ kicost/version.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1ecef761..54ebe3e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kicost (1.1.18-1) stable; urgency=medium + + * Fixed problems when no arguments were specified + + -- Salvador Eduardo Tropea Thu, 22 Jun 2023 12:58:39 -0300 + kicost (1.1.17) stable; urgency=medium * Fix Nexar problems when no MANF diff --git a/kicost/HISTORY.rst b/kicost/HISTORY.rst index 0ffed352..2467fc84 100644 --- a/kicost/HISTORY.rst +++ b/kicost/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +1.1.18 (2023-06-22) +_____________________ +* Fixed problems when no arguments were specified + + 1.1.17 (2023-05-15) _____________________ * Fix Nexar problems when no MANF diff --git a/kicost/version.py b/kicost/version.py index 536a6622..fc9c699b 100644 --- a/kicost/version.py +++ b/kicost/version.py @@ -1,4 +1,4 @@ __author__ = 'XESS Corporation' __email__ = 'info@xess.com' -__version__ = '1.1.17' +__version__ = '1.1.18' __build__ = 'd70ad0d-2023-05-15'