Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daffidwilde committed Apr 14, 2020
1 parent 269ebb4 commit 9ec581a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
History
=======

v1.3 - 2020-04-14
-----------------

- Players are now copied via `copy.deepcopy` when a game is created and the
copies are used, leaving any originals unchanged.
- Formalise test and Python requirements in `setup.py`.
- Revert flaky forgetting fix from v1.2.1 and correct the flaky tests that were
causing the issue.
- Replace the `Game` class with `BaseGame` and make it a metaclass via
`abc.ABCMeta`.
- Fix bugs in documentation stopping build.

v1.2.1 - 2020-02-28
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/matching/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.3"

0 comments on commit 9ec581a

Please sign in to comment.