Skip to content

Commit 9ec581a

Browse files
committed
v1.3
1 parent 269ebb4 commit 9ec581a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
History
22
=======
33

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+
416
v1.2.1 - 2020-02-28
517
-------------------
618

src/matching/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.1"
1+
__version__ = "1.3"

0 commit comments

Comments
 (0)