Skip to content

Commit

Permalink
bump version to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Sep 22, 2020
1 parent d3ba502 commit 93680d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Changelog
=========

Unreleased Changes
.. _changelog.9_0_0:

9.0.0 (2020-09-22)
------------------

**Important:** This release requires new IAM permissions: ``sts:GetCallerIdentity`` and ``cloudwatch:GetMetricData``
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, 1, 0)
_VERSION_TUP = (9, 0, 0)
_VERSION = '.'.join([str(x) for x in _VERSION_TUP])
_PROJECT_URL = 'https://github.com/jantman/awslimitchecker'

Expand Down

0 comments on commit 93680d5

Please sign in to comment.