diff --git a/.github/update_api.py b/.github/update_api.py index 36ab977..4fdcb78 100644 --- a/.github/update_api.py +++ b/.github/update_api.py @@ -14,7 +14,7 @@ def main(): ) # Then, cd inside and run gcp/bump_country_package.py --country policyengine-uk --version {version} os.system( - f"cd policyengine-api && python gcp/bump_country_package.py --country policyengine-uk --version {version}" + f"cd policyengine-api && python gcp/bump_country_package.py --country policyengine-ng --version {version}" ) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aa685..a07c386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.1] - 2023-04-19 14:12:33 + +### Fixed + +- API deployment action. + ## [0.5.0] - 2023-04-19 13:01:35 ### Added @@ -65,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.5.1]: https://github.com/PolicyEngine/policyengine-ng/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/PolicyEngine/policyengine-ng/compare/0.4.2...0.5.0 [0.4.2]: https://github.com/PolicyEngine/policyengine-ng/compare/0.4.1...0.4.2 [0.4.1]: https://github.com/PolicyEngine/policyengine-ng/compare/0.4.0...0.4.1 diff --git a/changelog.yaml b/changelog.yaml index dcb4ea0..9b018fb 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -45,3 +45,8 @@ fixed: - MTR calculation bugs. date: 2023-04-19 13:01:35 +- bump: patch + changes: + fixed: + - API deployment action. + date: 2023-04-19 14:12:33 diff --git a/docs/requirements.txt b/docs/requirements.txt index 9893bfe..43ac0ad 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -policyengine_ng==0.5.0 +policyengine_ng==0.5.1 streamlit_ace diff --git a/setup.py b/setup.py index d6298a7..f84bac2 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name="policyengine-ng", - version="0.5.0", + version="0.5.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[