Skip to content

Commit

Permalink
Add changelog for 4.0.0 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 11, 2022
1 parent 35e42ed commit 894b85f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.3.0
current_version = 4.0.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ This file is updated every release since v1.0.0 with the use of towncrier from t

.. towncrier release notes start
Openskill 4.0.0 (2022-12-11)
============================

Breaking Changes
----------------

- Drop support for Python 3.7 (`#80 <https://github.com/OpenDebates/openskill.py/issues/80>`_)


Features
--------

- Add support for PyPy 3.8 and 3.9 (`#80 <https://github.com/OpenDebates/openskill.py/issues/80>`_)
- Drop scipy as dependency (`#80 <https://github.com/OpenDebates/openskill.py/issues/80>`_)


Documentation Improvements
--------------------------

- Improve SEO of Documentation (`#80 <https://github.com/OpenDebates/openskill.py/issues/80>`_)


Openskill 3.3.0 (2022-12-06)
============================

Expand Down
1 change: 0 additions & 1 deletion changes/80.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/80.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/80.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion openskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
team_rating,
)

__version__ = "3.3.0"
__version__ = "4.0.0"

0 comments on commit 894b85f

Please sign in to comment.