diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef18393a..572e5e0bc 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.88.1] - 2024-02-18 18:20:19 + +### Added + +- Labels to all variables, to pass latest core requirements. + ## [0.88.0] - 2024-02-02 06:53:53 ### Added @@ -688,6 +694,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.88.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.88.0...0.88.1 [0.88.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.87.1...0.88.0 [0.87.1]: https://github.com/PolicyEngine/policyengine-canada/compare/0.87.0...0.87.1 [0.87.0]: https://github.com/PolicyEngine/policyengine-canada/compare/0.86.2...0.87.0 diff --git a/changelog.yaml b/changelog.yaml index 917ad4a37..3cb6d23b5 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -571,3 +571,8 @@ added: - Nova Scotia pension income amount. date: 2024-02-02 06:53:53 +- bump: patch + changes: + added: + - Labels to all variables, to pass latest core requirements. + date: 2024-02-18 18:20:19 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 5f7b090bc..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - added: - - Labels to all variables, to pass latest core requirements. diff --git a/setup.py b/setup.py index e3288818e..8fa17813a 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name="policyengine-canada", - version="0.88.0", + version="0.88.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[