From 6e41a013d0ab021baf8438b23133a0cbe3e96d2d Mon Sep 17 00:00:00 2001 From: David Rafferty Date: Mon, 25 Mar 2019 13:57:44 +0100 Subject: [PATCH] Fix date --- bdsf/_version.py | 2 +- doc/source/whats_new.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bdsf/_version.py b/bdsf/_version.py index cd56a00..962088a 100644 --- a/bdsf/_version.py +++ b/bdsf/_version.py @@ -12,7 +12,7 @@ def changelog(): """ PyBDSF Changelog. ----------------------------------------------------------------------- - 2019/04/25 - Version 1.9.0 + 2019/03/25 - Version 1.9.0 2018/10/18 - Add support for Python 3 diff --git a/doc/source/whats_new.rst b/doc/source/whats_new.rst index 413ffa9..b230117 100644 --- a/doc/source/whats_new.rst +++ b/doc/source/whats_new.rst @@ -4,7 +4,7 @@ What's New ********** -Version 1.9.0 (2019/04/25)): +Version 1.9.0 (2019/03/25)): * Add support for Python 3