From 7598e49be1fa337440cedab81beeda81a760d540 Mon Sep 17 00:00:00 2001 From: Serge Rey Date: Sun, 1 Sep 2019 12:28:56 -0700 Subject: [PATCH] BUG: Updating manifest for additional requirements files --- CHANGELOG.md | 6 ++++++ MANIFEST.in | 2 +- libpysal/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbd0abdb..82987f93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes +Version 4.1.1 (2019-09-01) +This is a bug fix release + +## Issues + - Updating manifest file for new requirements + Version 4.1.0 (2019-07-01) We closed a total of 45 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-10-27. diff --git a/MANIFEST.in b/MANIFEST.in index 79c271a7d..b7bb2a93d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include authors.txt INSTALL.txt LICENSE.txt THANKS.txt CHANGELOG.md MANIFEST.in pysal/COPYING requirements_dev.txt requirements_plus.txt requirements.txt +include authors.txt INSTALL.txt LICENSE.txt THANKS.txt CHANGELOG.md MANIFEST.in pysal/COPYING requirements_dev.txt requirements_plus.txt requirements.txt requirements_plus_conda.txt requirements_plus_pip.txt requirements_docs.txt diff --git a/libpysal/__init__.py b/libpysal/__init__.py index 398dc7193..fae12d4ae 100644 --- a/libpysal/__init__.py +++ b/libpysal/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.1.0" +__version__ = "4.1.1" # __version__ has to be define in the first line