We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269ebb4 commit 9ec581aCopy full SHA for 9ec581a
CHANGES.rst
@@ -1,6 +1,18 @@
1
History
2
=======
3
4
+v1.3 - 2020-04-14
5
+-----------------
6
+
7
+- Players are now copied via `copy.deepcopy` when a game is created and the
8
+ copies are used, leaving any originals unchanged.
9
+- Formalise test and Python requirements in `setup.py`.
10
+- Revert flaky forgetting fix from v1.2.1 and correct the flaky tests that were
11
+ causing the issue.
12
+- Replace the `Game` class with `BaseGame` and make it a metaclass via
13
+ `abc.ABCMeta`.
14
+- Fix bugs in documentation stopping build.
15
16
v1.2.1 - 2020-02-28
17
-------------------
18
src/matching/version.py
@@ -1 +1 @@
-__version__ = "1.2.1"
+__version__ = "1.3"
0 commit comments