diff --git a/CHANGES.rst b/CHANGES.rst index 93869e9a..a639a281 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changes ======= +0.0.12 (2019-02-03) +------------------- + +* FIX: Documentation could (sometimes) not be built on readthedocs. + 0.0.12 (2019-02-02) ------------------- diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 3f0f488f..00000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ ---index-url https://pypi.python.org/simple/ ---process-dependency-links -e .[dev] diff --git a/setup.py b/setup.py index 1baa0e38..e05a00f1 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ # Bump version HERE! -_version_ = '0.0.12' +_version_ = '0.0.13' # List all versions of Python which are supported