diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cdf23d6..ba995dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.7.0] - 2024-09-24 18:10:25 + +### Added + +- Simulation subsampling. + ## [3.6.6] - 2024-09-09 13:52:47 ### Changed @@ -834,6 +840,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.7.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.6...3.7.0 [3.6.6]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.5...3.6.6 [3.6.5]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.4...3.6.5 [3.6.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.6.3...3.6.4 diff --git a/changelog.yaml b/changelog.yaml index 03bcf18a..a2f34b49 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -671,3 +671,8 @@ changed: - Disable macro cache by default. date: 2024-09-09 13:52:47 +- bump: minor + changes: + added: + - Simulation subsampling. + date: 2024-09-24 18:10:25 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e451532b..e69de29b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Simulation subsampling. diff --git a/setup.py b/setup.py index 55e82b6d..dae7ce43 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name="policyengine-core", - version="3.6.6", + version="3.7.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[