Skip to content

Commit 4070bee

Browse files
committed
Bump minor version
1 parent 1476294 commit 4070bee

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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.0.0
2+
current_version = 3.1.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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 3.1.0 (2022-12-03)
8+
============================
9+
10+
Documentation Improvements
11+
--------------------------
12+
13+
- Add more details to the documentation, fixes broken links and point a custom domain name to the docs. (`#73 <https://github.com/OpenDebates/openskill.py/issues/73>`_)
14+
15+
716
Openskill 3.0.0 (2022-11-30)
817
============================
918

changes/73.doc.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
@@ -8,4 +8,4 @@
88
team_rating,
99
)
1010

11-
__version__ = "3.0.0"
11+
__version__ = "3.1.0"

0 commit comments

Comments
 (0)