diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6c30f4f41..7926cae50a2 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.146.0] - 2024-11-19 13:15:26 + +### Changed + +- US-Data to 1.13. + ## [1.145.0] - 2024-11-18 13:26:09 ### Fixed @@ -10239,6 +10245,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.146.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.145.0...1.146.0 [1.145.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.144.0...1.145.0 [1.144.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.143.0...1.144.0 [1.143.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.142.5...1.143.0 diff --git a/changelog.yaml b/changelog.yaml index 02a13871de6..bca60d1b8c1 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8681,3 +8681,8 @@ fixed: - Cliff variables. date: 2024-11-18 13:26:09 +- bump: minor + changes: + changed: + - US-Data to 1.13. + date: 2024-11-19 13:15:26 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 5d6a982a902..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - changed: - - US-Data to 1.13. diff --git a/setup.py b/setup.py index 04b20f140c4..d529439a862 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.145.0", + version="1.146.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,