diff --git a/CHANGELOG.md b/CHANGELOG.md index d34b5ce7401..1fc30bd1111 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). +## [1.85.3] - 2024-09-19 17:53:36 + +### Fixed + +- Add defined_for metadata for all state level variables. + ## [1.85.2] - 2024-09-19 16:01:11 ## [1.85.1] - 2024-09-19 15:49:59 @@ -9728,6 +9734,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.85.3]: https://github.com/PolicyEngine/policyengine-us/compare/1.85.2...1.85.3 [1.85.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.85.1...1.85.2 [1.85.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.85.0...1.85.1 [1.85.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.84.0...1.85.0 diff --git a/changelog.yaml b/changelog.yaml index d6ab6b35927..c8b86087e0f 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8244,3 +8244,8 @@ removed: - Unnecessary parameters in VT's parameter tree. date: 2024-09-19 16:01:11 +- bump: patch + changes: + fixed: + - Add defined_for metadata for all state level variables. + date: 2024-09-19 17:53:36 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index dce3e8d6c46..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Add defined_for metadata for all state level variables. diff --git a/setup.py b/setup.py index 1a3c2daeee2..2732043daff 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.85.2", + version="1.85.3", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,