diff --git a/CHANGELOG.md b/CHANGELOG.md index e46bb4937..30065ee0f 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). +## [0.86.2] - 2023-10-08 04:38:29 + ## [0.86.1] - 2023-10-06 11:22:22 ### Changed @@ -668,6 +670,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.86.2]: https://github.com/PolicyEngine/policyengine-canada/compare/0.86.1...0.86.2 [0.86.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.86.0...0.86.1 [0.86.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.85.1...0.86.0 [0.85.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.85.0...0.85.1 diff --git a/changelog.yaml b/changelog.yaml index 01a083ce6..fc3abd443 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -551,3 +551,8 @@ changed: - Redefine `is_dependant`. date: 2023-10-06 11:22:22 +- bump: patch + changes: + removed: + - numpy pin. + date: 2023-10-08 04:38:29 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index ea1fbd062..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - removed: - - numpy pin. diff --git a/setup.py b/setup.py index 3ba2856e2..d9a536872 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name="policyengine-canada", - version="0.86.1", + version="0.86.2", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[