diff --git a/debian/changelog b/debian/changelog index d8a145a7..1cca68c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +kicost (1.1.20-1) UNRELEASED; urgency=medium + + * Fixed Nexar problems when the API reports errors + * Fixed Element14 too fast queries + + -- Salvador Eduardo Tropea Tue, 16 Jul 2024 08:56:03 -0300 + kicost (1.1.19-1) stable; urgency=medium * Components groupings now isn't case sensitive diff --git a/kicost/HISTORY.rst b/kicost/HISTORY.rst index fb72a9f7..9690b0e7 100644 --- a/kicost/HISTORY.rst +++ b/kicost/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +1.1.20 (UNRELEASED) +_____________________ +* Fixed Nexar problems when the API reports errors +* Fixed Element14 too fast queries + + 1.1.19 (2023-05-06) _____________________ * Components groupings now isn't case sensitive diff --git a/kicost/version.py b/kicost/version.py index 9a60d10e..7728a4f8 100644 --- a/kicost/version.py +++ b/kicost/version.py @@ -1,4 +1,4 @@ __author__ = 'XESS Corporation' __email__ = 'info@xess.com' -__version__ = '1.1.19' +__version__ = '1.1.20' __build__ = '8e1f5e2-2024-05-06'