From da4229dae7d7cdca2600db122e668ec3ce8a89ba Mon Sep 17 00:00:00 2001 From: Henry Wilde Date: Wed, 30 Jan 2019 09:56:17 +0000 Subject: [PATCH] v1.0.2 --- CHANGES.rst | 7 +++++++ src/matching/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d13fbc0..0bdb057 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ History ======= +v1.0.2 - 2019-01-30 +------------------- + +- Individuals forget the names of others one at a time rather than all instances + at once as previously. +- Add citation file. + v1.0.1 - 2019-01-28 ------------------- diff --git a/src/matching/version.py b/src/matching/version.py index 5c4105c..7863915 100644 --- a/src/matching/version.py +++ b/src/matching/version.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2"