Skip to content

Commit

Permalink
Update PolicyEngine Nigeria
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Apr 19, 2023
1 parent 2f9a25e commit 2120fdf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/update_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
)


Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
policyengine_ng==0.5.0
policyengine_ng==0.5.1
streamlit_ace
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name="policyengine-ng",
version="0.5.0",
version="0.5.1",
author="PolicyEngine",
author_email="hello@policyengine.org",
classifiers=[
Expand Down

0 comments on commit 2120fdf

Please sign in to comment.