summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2018-06-21 09:55:49 -0400
committerErik Rose <erik@mozilla.com>2018-06-21 09:55:49 -0400
commita6be73029a1329ac927628cdca17e109c4bd902f (patch)
treebdd2374e102ca960ad46f1b2fc57be1c88059207 /README.rst
parented91a3581ade2aa0ec7ba41ce81851e28559c659 (diff)
downloadblessings-a6be73029a1329ac927628cdca17e109c4bd902f.tar.gz
Bump version to 1.7. Update readme.1.7
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 33a396b..77da433 100644
--- a/README.rst
+++ b/README.rst
@@ -440,6 +440,10 @@ Blessings is under the MIT License. See the LICENSE file.
Version History
===============
+1.7
+ * Drop support for Python 2.6 and 3.3, which are end-of-lifed.
+ * Switch from 2to3 to the ``six`` library.
+
1.6.1
* Don't crash if ``number_of_colors()`` is called when run in a non-terminal
or when ``does_styling`` is otherwise false.