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"