From 34497281bd95f63e200b4b45e5b90275d6ba764d Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Wed, 27 Nov 2024 19:28:32 +0000 Subject: [PATCH] Update versioning --- .github/workflows/push.yaml | 2 ++ CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 9893fcf..2468588 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -39,6 +39,8 @@ jobs: run: make install - name: Download data inputs run: make download + env: + HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }} - name: Build datasets run: make data - name: Run tests diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcd49c..1a67552 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.9.1] - 2024-11-27 19:28:29 + +### Added + +- Automatic calibration. + ## [1.9.0] - 2024-10-22 11:18:48 ### Fixed @@ -91,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.9.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.9.0...1.9.1 [1.9.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.8.0...1.9.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 diff --git a/changelog.yaml b/changelog.yaml index 142c9c7..6459818 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -75,3 +75,8 @@ fixed: - Bug removing capital gains. date: 2024-10-22 11:18:48 +- bump: patch + changes: + added: + - Automatic calibration. + date: 2024-11-27 19:28:29 diff --git a/pyproject.toml b/pyproject.toml index 56e6edd..bc018b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_uk_data" -version = "1.9.0" +version = "1.9.1" description = "A package to create representative microdata for the UK." readme = "README.md" authors = [