Skip to content

Commit e3a925a

Browse files
committed
Prepare v5.0
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 8b23fda commit e3a925a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Changelog
66
next
77
----
88

9+
5.0 (2025-04-03)
10+
----------------
11+
12+
* API changes
13+
14+
* Drop support for Python versions older than 3.9.
15+
* Add support by testing on Python 3.11 to 3.14
16+
* Fix absorption issues https://github.com/bastikr/boolean.py/issues/111 and
17+
https://github.com/bastikr/boolean.py/issues/112
18+
19+
920

1021
4.0 (2022-05-05)
1122
----------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="boolean.py",
26-
version="4.0",
26+
version="5.0",
2727
license="BSD-2-Clause",
2828
description="Define boolean algebras, create and parse boolean "
2929
"expressions and create custom boolean DSL.",

0 commit comments

Comments
 (0)