diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d655b7..049780b 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.15.1] - 2024-12-03 23:21:24 + +### Changed + +- Install order and requirements for policyengine-us + ## [1.15.0] - 2024-12-02 20:40:26 ### Changed @@ -194,6 +200,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.15.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.15.0...1.15.1 [1.15.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.14.0...1.15.0 [1.14.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.13.0...1.14.0 [1.13.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.12.1...1.13.0 diff --git a/changelog.yaml b/changelog.yaml index b93b1b3..48a9f91 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -155,3 +155,8 @@ 3-Year CPS 2023. - Set minimum version for policyengine-core. date: 2024-12-02 20:40:26 +- bump: patch + changes: + changed: + - Install order and requirements for policyengine-us + date: 2024-12-03 23:21:24 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index f377145..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Install order and requirements for policyengine-us \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index bba831a..b4005d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_us_data" -version = "1.15.0" +version = "1.15.1" description = "A package to create representative microdata for the US." readme = "README.md" authors = [