Skip to content

Commit

Permalink
bump pycfmodel to 0.16.3 (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: Ramon <ramon.guimera@skyscanner.net>
  • Loading branch information
w0rmr1d3r and Ramon committed Feb 25, 2022
1 parent 061dcce commit 521374b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.1] - 2022-2-24
### Improvements
- Bump `pycfmodel` to `0.16.3`

## [1.4.0] - 2022-2-21
### Fixes
- Fix CI, updated tests to work with `pycfmodel` latest version which includes the use of the `Generic`.
Expand Down
2 changes: 1 addition & 1 deletion cfripper/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 4, 0)
VERSION = (1, 4, 1)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cfn-flip==1.3.0
click==7.1.2
jmespath==0.10.0
pluggy==0.13.1
pycfmodel==0.16.2
pycfmodel==0.16.3
pydantic==1.9.0
pydash==4.7.6
python-dateutil==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cfn_flip>=1.2.0",
"click~=7.1.1",
"pluggy~=0.13.1",
"pycfmodel>=0.16.2",
"pycfmodel>=0.16.3",
"pydash~=4.7.6",
"PyYAML>=4.2b1",
]
Expand Down

0 comments on commit 521374b

Please sign in to comment.