We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b23fda commit e3a925aCopy full SHA for e3a925a
CHANGELOG.rst
@@ -6,6 +6,17 @@ Changelog
6
next
7
----
8
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
20
21
4.0 (2022-05-05)
22
----------------
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name="boolean.py",
26
- version="4.0",
+ version="5.0",
27
license="BSD-2-Clause",
28
description="Define boolean algebras, create and parse boolean "
29
"expressions and create custom boolean DSL.",
0 commit comments