Skip to content

Commit 1180bdf

Browse files
committed
Update package version
1 parent 70a478a commit 1180bdf

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [2.62.0] - 2025-12-02 09:19:36
9+
10+
### Added
11+
12+
- Add owns vehicle variable
13+
814
## [2.61.4] - 2025-12-01 11:11:26
915

1016
### Changed
@@ -2377,6 +2383,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23772383

23782384

23792385

2386+
[2.62.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.4...2.62.0
23802387
[2.61.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.3...2.61.4
23812388
[2.61.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.2...2.61.3
23822389
[2.61.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.61.1...2.61.2

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,3 +2029,8 @@
20292029
changed:
20302030
- Vectorised BRMA LHA rate lookup for ~3s speedup on calculate calls.
20312031
date: 2025-12-01 11:11:26
2032+
- bump: minor
2033+
changes:
2034+
added:
2035+
- Add owns vehicle variable
2036+
date: 2025-12-02 09:19:36

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
added:
4-
- Add owns vehicle variable

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "policyengine-uk"
3-
version = "2.61.4"
3+
version = "2.62.0"
44
description = "PolicyEngine tax and benefit system for the UK."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)