diff --git a/CHANGELOG.md b/CHANGELOG.md index b54c200..f29c80b 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.7.0] - 2024-10-21 17:03:50 + +### Added + +- Calibration for private school students. + ## [1.6.0] - 2024-10-18 16:05:10 ### Added @@ -73,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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.0...1.6.0 [1.5.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.3.0...1.4.0 diff --git a/changelog.yaml b/changelog.yaml index e141709..026b5f5 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -60,3 +60,8 @@ - Future year income targeting. - Random takeup variable values. date: 2024-10-18 16:05:10 +- bump: minor + changes: + added: + - Calibration for private school students. + date: 2024-10-21 17:03:50 diff --git a/pyproject.toml b/pyproject.toml index cda67e0..d22dcff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_uk_data" -version = "1.6.0" +version = "1.7.0" description = "A package to create representative microdata for the UK." readme = "README.md" authors = [