Skip to content

Commit 894b85f

Browse files
committed
Add changelog for 4.0.0 and bump version
1 parent 35e42ed commit 894b85f

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.3.0
2+
current_version = 4.0.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ This file is updated every release since v1.0.0 with the use of towncrier from t
44

55
.. towncrier release notes start
66
7+
Openskill 4.0.0 (2022-12-11)
8+
============================
9+
10+
Breaking Changes
11+
----------------
12+
13+
- Drop support for Python 3.7 (`#80 <https://github.com/OpenDebates/openskill.py/issues/80>`_)
14+
15+
16+
Features
17+
--------
18+
19+
- Add support for PyPy 3.8 and 3.9 (`#80 <https://github.com/OpenDebates/openskill.py/issues/80>`_)
20+
- Drop scipy as dependency (`#80 <https://github.com/OpenDebates/openskill.py/issues/80>`_)
21+
22+
23+
Documentation Improvements
24+
--------------------------
25+
26+
- Improve SEO of Documentation (`#80 <https://github.com/OpenDebates/openskill.py/issues/80>`_)
27+
28+
729
Openskill 3.3.0 (2022-12-06)
830
============================
931

changes/80.breaking.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/80.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/80.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

openskill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
team_rating,
1010
)
1111

12-
__version__ = "3.3.0"
12+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)