diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adf2631..c204ecb8 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). +## [3.12.4] - 2025-02-28 20:59:57 + +### Changed + +- Altered UK constituency data addresses to use new public Hugging Face model + ## [3.12.3] - 2025-02-28 15:58:06 ### Changed @@ -5327,6 +5333,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.12.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.12.3...3.12.4 [3.12.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.12.2...3.12.3 [3.12.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.12.1...3.12.2 [3.12.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.12.0...3.12.1 diff --git a/changelog.yaml b/changelog.yaml index 89dcb191..a515fe94 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4439,3 +4439,8 @@ changed: - Update PolicyEngine UK to 2.20.0 date: 2025-02-28 15:58:06 +- bump: patch + changes: + changed: + - Altered UK constituency data addresses to use new public Hugging Face model + date: 2025-02-28 20:59:57 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index a7a5659b..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Altered UK constituency data addresses to use new public Hugging Face model \ No newline at end of file diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index f8d73f63..2a56448b 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "3.12.3" +VERSION = "3.12.4" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk", diff --git a/setup.py b/setup.py index 74f29485..e82f0870 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "policyengine-il==0.1.0", "policyengine_uk==2.20.0", "policyengine_us==1.203.1", - "policyengine_core>=3.12.3", + "policyengine_core>=3.12.4", "pydantic", "pymysql", "redis",