diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a98f9f5..fe010f41d 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.96.2] - 2024-12-03 22:40:28 + +### Fixed + +- Core version requirement update. + ## [0.96.1] - 2024-09-03 23:14:20 ### Changed @@ -748,6 +754,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.96.2]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.1...0.96.2 [0.96.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.96.0...0.96.1 [0.96.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.95.0...0.96.0 [0.95.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.94.0...0.95.0 diff --git a/changelog.yaml b/changelog.yaml index 210dc9665..1f0f10bb9 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -621,3 +621,8 @@ changed: - Update policyengine-core. date: 2024-09-03 23:14:20 +- bump: patch + changes: + fixed: + - Core version requirement update. + date: 2024-12-03 22:40:28 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index d3e15f5a7..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Core version requirement update. diff --git a/setup.py b/setup.py index 5f25247a2..02bd05b5a 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( name="policyengine-canada", - version="0.96.1", + version="0.96.2", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[