diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8b713..dcf6381 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.8.0] - 2024-09-29 18:08:57 + +### Fixed + +- Moved PolicyEngine US out of setup.py dependencies. + ## [1.7.0] - 2024-09-29 15:03:05 ### Changed @@ -131,6 +137,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.8.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.5.1...1.6.0 [1.5.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.5.0...1.5.1 diff --git a/changelog.yaml b/changelog.yaml index 51b9e76..666459f 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -101,3 +101,8 @@ changed: - Bump to policyengine-us 1.100.0. date: 2024-09-29 15:03:05 +- bump: minor + changes: + fixed: + - Moved PolicyEngine US out of setup.py dependencies. + date: 2024-09-29 18:08:57 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 04bfa6a..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - fixed: - - Moved PolicyEngine US out of setup.py dependencies. diff --git a/pyproject.toml b/pyproject.toml index 4584a23..7d306cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_us_data" -version = "1.7.0" +version = "1.8.0" description = "A package to create representative microdata for the US." readme = "README.md" authors = [