Skip to content

Commit

Permalink
CHANGELOG for PR #379 and version bump to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jan 30, 2019
1 parent 7a0fad2 commit 197e073
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

6.1.0 (2019-01-30)
------------------

* `PR #379 <https://github.com/jantman/awslimitchecker/pull/379>`_ - Add support for EC2/VPC ``Network interfaces per Region`` limit. Thanks to `@nadlerjessie <https://github.com/nadlerjessie>`__.

6.0.1 (2019-01-27)
------------------

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 = (6, 0, 1)
_VERSION_TUP = (6, 1, 0)
_VERSION = '.'.join([str(x) for x in _VERSION_TUP])
_PROJECT_URL = 'https://github.com/jantman/awslimitchecker'

Expand Down

0 comments on commit 197e073

Please sign in to comment.