Skip to content

Commit b693e54

Browse files
committed
Update package version
1 parent 56d0d01 commit b693e54

4 files changed

Lines changed: 20 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.18.0] - 2025-09-30 13:58:18
9+
10+
### Changed
11+
12+
- Upgraded documentation to Jupyter Book 2.0 (MyST-based)
13+
14+
### Fixed
15+
16+
- Jupyter Book deployment to GitHub Pages by adding docs workflow and fixing branch reference
17+
818
## [1.17.11] - 2025-09-11 16:14:02
919

1020
### Fixed
@@ -336,6 +346,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
336346

337347

338348

349+
[1.18.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.17.11...1.18.0
339350
[1.17.11]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.17.10...1.17.11
340351
[1.17.10]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.17.9...1.17.10
341352
[1.17.9]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.17.8...1.17.9

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,11 @@
280280
fixed:
281281
- Add is_married to FRS benefit unit dataset
282282
date: 2025-09-11 16:14:02
283+
- bump: minor
284+
changes:
285+
changed:
286+
- Upgraded documentation to Jupyter Book 2.0 (MyST-based)
287+
fixed:
288+
- Jupyter Book deployment to GitHub Pages by adding docs workflow and fixing branch
289+
reference
290+
date: 2025-09-30 13:58:18

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Upgraded documentation to Jupyter Book 2.0 (MyST-based)
5-
fixed:
6-
- Jupyter Book deployment to GitHub Pages by adding docs workflow and fixing branch reference

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "policyengine_uk_data"
7-
version = "1.17.11"
7+
version = "1.18.0"
88
description = "A package to create representative microdata for the UK."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)