From 745473cecb130f7b41c9a467e27e841048a866b2 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Tue, 17 Sep 2024 18:05:28 +0000 Subject: [PATCH] Update PolicyEngine US data --- CHANGELOG.md | 9 +++++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 309434f..9d89251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,18 @@ 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.1.0] - 2024-09-17 18:05:27 + +### Changed + +- Lightened dependency list. + ## [1.0.0] - 2024-09-09 17:29:10 ### Added - Initialized changelogging + + +[1.1.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.0.0...1.1.0 diff --git a/changelog.yaml b/changelog.yaml index 8944a4b..317f2a1 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -3,3 +3,8 @@ - Initialized changelogging date: 2024-09-09 17:29:10 version: 1.0.0 +- bump: minor + changes: + changed: + - Lightened dependency list. + date: 2024-09-17 18:05:27 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index f3b708c..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - changed: - - Lightened dependency list. diff --git a/pyproject.toml b/pyproject.toml index cd227f4..e2ec2ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_uk_data" -version = "1.0.0" +version = "1.1.0" description = "A package to create representative microdata for the UK." readme = "README.md" authors = [