Skip to content

Commit

Permalink
Merge branch 'docs-book' of https://github.com/policyengine/policyeng…
Browse files Browse the repository at this point in the history
…ine-uk-data into docs-book
  • Loading branch information
nikhilwoodruff committed Sep 17, 2024
2 parents 433757e + 745473c commit 2932a24
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- bump: minor
changes:
changed:
- Lightened dependency list.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 2932a24

Please sign in to comment.