Skip to content

Commit

Permalink
Merge pull request #489 from awslabs/release/3.1.2
Browse files Browse the repository at this point in the history
Release/3.1.2
  • Loading branch information
dgraeber authored Jan 24, 2024
2 parents dcc393e + 8911ee4 commit bf0cf57
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch

### Fixes


## v3.1.2 (2024-01-24)

### New

### Changes

### Fixes
- packaging library missing from setup

## v3.1.1 (2024-01-22)

### New
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ markupsafe==2.1.2
# via jinja2
mypy-extensions==1.0.0
# via aws-codeseeder
packaging==23.2
# via seed-farmer (setup.py)
property-manager==3.0
# via executor
pydantic==2.5.3
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"gitignore-parser~=0.1.2",
"pyyaml~=6.0.1",
"urllib3~=1.26.17",
"certifi~=2023.7.22"
"certifi~=2023.7.22",
"packaging~=23.2",
],
entry_points={"console_scripts": ["seedfarmer = seedfarmer.__main__:main"]},
classifiers=[
Expand Down

0 comments on commit bf0cf57

Please sign in to comment.