Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.4.4 (2022-07-01)
------------------

* Bump c7n to release 0.9.17
* Bump c7n-mailer to release 0.6.16

1.4.3 (2022-05-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion manheim_c7n_tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

#: The semver-compliant version of the package.
VERSION = '1.4.3'
VERSION = '1.4.4'

#: The URL for further information about the package.
PROJECT_URL = 'https://github.com/manheim/manheim-c7n-tools'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c7n==0.9.16
c7n-mailer==0.6.15
c7n==0.9.17
c7n-mailer==0.6.16
tabulate>=0.8.0,<0.9.0
# In order to work with the "mu" Lambda function management tool,
# we need PyYAML 3.x, and need it as source and not a wheel
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# In order to work with the "mu" Lambda function management tool,
# we need PyYAML 3.x, and need it as source and not a wheel
'pyyaml',
'c7n==0.9.16',
'c7n-mailer==0.6.15',
'c7n==0.9.17',
'c7n-mailer==0.6.16',
# for building generated policy docs
'sphinx',
'sphinx_rtd_theme',
Expand Down