Skip to content

Commit

Permalink
Update PolicyEngine Core
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Jun 26, 2024
1 parent b97c95a commit e29d51c
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 6 deletions.
47 changes: 46 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,55 @@ 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.0.0] - 2024-06-26 17:08:24

### Changed

- Added support for Python 3.12

## [2.23.1] - 2024-06-06 09:09:41

### Added

- Visualisation option when running tests
- V
- i
- s
- u
- a
- l
- i
- z
- a
- t
- i
- o
- n
-
- o
- p
- t
- i
- o
- n
-
- w
- h
- e
- n
-
- r
- u
- n
- n
- i
- n
- g
-
- t
- e
- s
- t
- s

## [2.23.0] - 2024-06-04 19:43:13

Expand Down Expand Up @@ -700,6 +744,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[3.0.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.23.1...3.0.0
[2.23.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.23.0...2.23.1
[2.23.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.22.0...2.23.0
[2.22.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.21.8...2.22.0
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,3 +586,8 @@
changes:
added: Visualization option when running tests
date: 2024-06-06 09:09:41
- bump: major
changes:
changed:
- Added support for Python 3.12
date: 2024-06-26 17:08:24
4 changes: 0 additions & 4 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- bump: major
changes:
changed:
- Added support for Python 3.12
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

setup(
name="policyengine-core",
version="2.23.1",
version="3.0.0",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit e29d51c

Please sign in to comment.