Skip to content

Commit 914ac98

Browse files
authored
fix force pycfversion (#203)
Co-authored-by: Ramon <[email protected]>
1 parent d1522b4 commit 914ac98

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [1.3.2] - 2022-1-27
4+
## [1.3.3] - 2022-2-3
5+
### Fixes
6+
- Fix CI, force `pycfmodel` to use version `0.13.0`.
7+
8+
## [1.3.2] - 2022-2-3
59
### Updates
610
- Stop logging when conditions are ignored in `CrossAccountCheckingRule`, `KMSKeyWildcardPrincipalRule`, `S3BucketPolicyPrincipalRule`, `SQSQueuePolicyPublicRule` and `GenericWildcardPrincipalRule`.
711

cfripper/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 3, 2)
1+
VERSION = (1, 3, 3)
22

33
__version__ = ".".join(map(str, VERSION))

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
2+
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
55
# make freeze

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cfn_flip>=1.2.0",
1212
"click~=7.1.1",
1313
"pluggy~=0.13.1",
14-
"pycfmodel>=0.13.0",
14+
"pycfmodel==0.13.0",
1515
"pydash~=4.7.6",
1616
"PyYAML>=4.2b1",
1717
]

0 commit comments

Comments
 (0)