diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad1caff..5e93933c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). +## [3.5.0] - 2024-08-08 15:16:12 + ## [3.4.0] - 2024-08-07 12:42:36 ### Added @@ -771,6 +773,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.5.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.4.0...3.5.0 [3.4.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.3.0...3.4.0 [3.3.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.2.0...3.3.0 [3.2.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.1.0...3.2.0 diff --git a/changelog.yaml b/changelog.yaml index fdb0a707..2785ca88 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -614,3 +614,8 @@ added: - Flat file export option to simulations. date: 2024-08-07 12:42:36 +- bump: minor + changes: + removed: + - Removed nptyping, migrated to numpy.typing + date: 2024-08-08 15:16:12 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index b41301a6..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - removed: - - Removed nptyping, migrated to numpy.typing \ No newline at end of file diff --git a/setup.py b/setup.py index 7b07bf40..10dfe509 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name="policyengine-core", - version="3.4.0", + version="3.5.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[