diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d80de5..cdb878eb 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). +## [2.19.1] - 2024-04-29 15:06:58 + +### Fixed + +- FutureWarning issue with bools and enums. + ## [2.19.0] - 2024-04-16 12:51:42 ### Added @@ -605,6 +611,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.19.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.19.0...2.19.1 [2.19.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.18.0...2.19.0 [2.18.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.17.1...2.18.0 [2.17.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.17.0...2.17.1 diff --git a/changelog.yaml b/changelog.yaml index c64cd14c..909f7cda 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -506,3 +506,8 @@ added: - Baseline parameter node. date: 2024-04-16 12:51:42 +- bump: patch + changes: + fixed: + - FutureWarning issue with bools and enums. + date: 2024-04-29 15:06:58 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 89ea5375..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - FutureWarning issue with bools and enums. diff --git a/setup.py b/setup.py index adc7abdb..62072b38 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="2.19.0", + version="2.19.1", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[