summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2019-03-18 06:14:12 +0100
committerMichele Simionato <michele.simionato@gmail.com>2019-03-18 06:14:12 +0100
commit093a48587834fa10abc5e89bd57f08aa92c429b9 (patch)
tree49c978c0dab751cf93e494ff01935a2de5ac8bc7
parentadf8263844cb0936a9b14f6e4be44f6c6a081cfe (diff)
parent995e4f718bf667992f5b9a3984bd477d576daa10 (diff)
downloadpython-decorator-git-093a48587834fa10abc5e89bd57f08aa92c429b9.tar.gz
Merge branch 'master' into arg
-rw-r--r--README.rst8
-rw-r--r--docs/documentation.md2
-rw-r--r--src/tests/documentation.py2
3 files changed, 10 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6b2fc63..107d10a 100644
--- a/README.rst
+++ b/README.rst
@@ -58,6 +58,14 @@ The documentation has been moved to https://raw.githubusercontent.com/micheles/d
From there you can get a PDF version by simply using the print
functionality of your browser.
+Here is the documentation for previous versions of the module:
+
+https://github.com/micheles/decorator/blob/4.3.2/docs/tests.documentation.rst
+https://github.com/micheles/decorator/blob/4.2.1/docs/tests.documentation.rst
+https://github.com/micheles/decorator/blob/4.1.2/docs/tests.documentation.rst
+https://github.com/micheles/decorator/blob/4.0.0/documentation.rst
+https://github.com/micheles/decorator/blob/3.4.2/documentation.rst
+
For the impatient
-----------------
diff --git a/docs/documentation.md b/docs/documentation.md
index 72ab411..d72c6b3 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -1694,7 +1694,7 @@ a (shallow) copy of the original function dictionary:
LICENSE (2-clause BSD)
---------------------------------------------
-Copyright (c) 2005-2017, Michele Simionato
+Copyright (c) 2005-2019, Michele Simionato
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/tests/documentation.py b/src/tests/documentation.py
index ae1a1e9..cafdf08 100644
--- a/src/tests/documentation.py
+++ b/src/tests/documentation.py
@@ -1318,7 +1318,7 @@ a (shallow) copy of the original function dictionary:
LICENSE (2-clause BSD)
---------------------------------------------
-Copyright (c) 2005-2017, Michele Simionato
+Copyright (c) 2005-2019, Michele Simionato
All rights reserved.
Redistribution and use in source and binary forms, with or without