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"