summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md5
-rw-r--r--docs/README.rst5
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index df0776a..ce2339a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,6 +3,11 @@ HISTORY
## Unreleased
+## 4.1.1 (2017-06-15)
+
+Changed the documentation build system to sphinx and uploaded the docs
+on readthedocs.org.
+
## 4.1.0 (2017-06-15)
Support for Python 3.5 coroutines defined with `async def`, thanks to
diff --git a/docs/README.rst b/docs/README.rst
index 4e6b827..5a68b63 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -49,3 +49,8 @@ Repository
The project is hosted on GitHub. You can look at the source here:
https://github.com/micheles/decorator
+
+Documentation
+---------------
+
+The documentation has been moved to http://decorator.readthedocs.io/en/latest/