Skip to content

Commit

Permalink
8.0.2 version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Mar 3, 2020
1 parent 518b1d8 commit 39e8d6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

.. _changelog.8_0_2:

8.0.2 (2020-03-03)
------------------

* `PR #458 <https://github.com/jantman/awslimitchecker/pull/458>`_ - Fix for ZeroDivisionError on some Service Quotas limits that report as having a limit of zero. Thanks to `@deimosfr <https://github.com/deimosfr>`__.

.. _changelog.8_0_1:

8.0.1 (2019-12-28)
Expand Down
2 changes: 1 addition & 1 deletion awslimitchecker/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
except ImportError:
logger.error("Unable to import versionfinder", exc_info=True)

_VERSION_TUP = (8, 0, 1)
_VERSION_TUP = (8, 0, 2)
_VERSION = '.'.join([str(x) for x in _VERSION_TUP])
_PROJECT_URL = 'https://github.com/jantman/awslimitchecker'

Expand Down

0 comments on commit 39e8d6b

Please sign in to comment.