Skip to content

Commit

Permalink
Prepare 2.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Mar 10, 2022
1 parent 1f7816f commit 649ccc2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
values =
values =
alpha
beta
gamma

[bumpversion:part:build]

[bumpversion:file:./openskill/__init__.py]

9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This file is updated every release since v1.0.0 with the use of towncrier from t

.. towncrier release notes start
Openskill 2.1.0 (2022-03-10)
============================

Features
--------

- Faster runtime of ``predict_win`` and ``predict_draw``. (`#48 <https://github.com/OpenDebates/openskill.py/issues/48>`_)


Openskill 2.0.0 (2022-02-20)
============================

Expand Down
1 change: 1 addition & 0 deletions changes/48.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Faster runtime of ``predict_win`` and ``predict_draw``.
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 @@
)


__version__ = "2.0.0"
__version__ = "2.1.0"

0 comments on commit 649ccc2

Please sign in to comment.