Skip to content

Commit

Permalink
Merge branch 'master' of github.com:waterbear-cloud/paco
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Feb 6, 2021
2 parents edcc27c + 0e8c5d2 commit c2f35b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
Changelog for Paco
==================

9.2.6 (unreleased)
9.3.1 (unreleased)
------------------

- Nothing changed yet.


9.3.0 (2021-02-04)
------------------

### Changed

- Deprecated `resource.snstopics` has been removed. CloudWatch Alarms now alert to `resource.sns`.


9.2.5 (2021-02-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
keywords=['AWS','Waterbear','Cloud','Infrastructure as Code', 'CloudFormation'],
install_requires=[
'paco.models >= 7.7.6',
'paco.models >= 7.8.0',
'boto3 >= 1.16.48',
'click',
'cookiecutter',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.2.6.dev0
9.3.1.dev0

0 comments on commit c2f35b4

Please sign in to comment.