diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ec051b..84ad67be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.7.7] - 2025-01-04 00:04:43 + ## [3.7.6] - 2025-01-03 21:14:38 ### Changed @@ -5036,6 +5038,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.7.7]: https://github.com/PolicyEngine/policyengine-api/compare/3.7.6...3.7.7 [3.7.6]: https://github.com/PolicyEngine/policyengine-api/compare/3.7.5...3.7.6 [3.7.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.7.4...3.7.5 [3.7.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.7.3...3.7.4 diff --git a/changelog.yaml b/changelog.yaml index 7999b298..6539ac9a 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4186,3 +4186,8 @@ changed: - Update PolicyEngine US to 1.167.1 date: 2025-01-03 21:14:38 +- bump: patch + changes: + removed: + - seed method from PolicyEngineDatabase class + date: 2025-01-04 00:04:43 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index eb8668f0..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - removed: - - seed method from PolicyEngineDatabase class \ No newline at end of file diff --git a/policyengine_api/constants.py b/policyengine_api/constants.py index 98b5a491..0deb9aa6 100644 --- a/policyengine_api/constants.py +++ b/policyengine_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "3.7.6" +VERSION = "3.7.7" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",