Skip to content

Commit 3ca43b2

Browse files
committed
Prepare release of v0.18.2
1 parent 0e7f8cc commit 3ca43b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

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

8-
Upcoming in the next release
9-
----------------------------
8+
New in v0.18.2
9+
--------------
1010

1111
Bugfixes:
1212

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__email__ = "niklas.fiekas@backscattering.de"
2828

29-
__version__ = "0.18.1"
29+
__version__ = "0.18.2"
3030

3131
import copy
3232
import re

0 commit comments

Comments
 (0)