From 1515daa4bd2f980577574f03acc1eb40f1e13860 Mon Sep 17 00:00:00 2001 From: Daniel Saxton <2658661+dsaxton@users.noreply.github.com> Date: Sun, 23 Aug 2020 19:29:50 -0500 Subject: [PATCH] Bump version to 1.0.1 (#79) --- doc/changelog.rst | 5 +++++ resample/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 6b33755b..b8980382 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +1.0.1 (August 23, 2020) +======================= + +- Minor fix to allow building from source. + 1.0.0 (August 22, 2020) ======================= diff --git a/resample/version.py b/resample/version.py index ede3026f..7fdb3f84 100644 --- a/resample/version.py +++ b/resample/version.py @@ -1,4 +1,4 @@ # Single location for version updates. # Changes here are imported by setup.py and resample/__init__.py. -version = "1.0.0" +version = "1.0.1"