Skip to content

Commit 98d94ae

Browse files
committed
Prepare release of v0.13.1
1 parent 6a34d5e commit 98d94ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ is more important to get things right, than to be consistent with previous
66
versions. Use this changelog to see what changed in a new release, because this
77
might include API breaking changes.
88

9-
Upcoming in the next release
10-
----------------------------
9+
New in v0.13.1
10+
--------------
1111

1212
Changes:
1313

chess/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
__author__ = "Niklas Fiekas"
2626

27-
__email__ = "niklas.fiekas@tu-clausthal.de"
27+
__email__ = "niklas.fiekas@backscattering.de"
2828

29-
__version__ = "0.13.0"
29+
__version__ = "0.13.1"
3030

3131
import copy
3232
import re

0 commit comments

Comments
 (0)