summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-07-12 19:09:32 +1000
committerBrian May <brian@linuxpenguins.xyz>2020-07-12 19:09:32 +1000
commitc5dcc918db666dfd1b30afc72cc198abfb3b3aa9 (patch)
treed3b0904721a8f856ec680ec8e953a62c34e18947
parent329b9cd0a0fbe59cf1632d10747e694a66f272e7 (diff)
Add changelog entry for 1.0.3v1.0.3
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ab680f6..007b7e1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,16 @@ adheres to `Semantic Versioning`_.
.. _`Semantic Versioning`: http://semver.org/
+1.0.3 - 2020-07-12
+------------------
+
+Fixed
+~~~~~
+* Ask setuptools to require Python 3.5 and above.
+* Add missing import.
+* Fix formatting typos in usage docs
+
+
1.0.2 - 2020-06-18
------------------