summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2020-01-09 17:11:23 +0100
committerSean McGinnis <sean.mcginnis@gmail.com>2020-01-09 11:10:19 -0600
commitefd56a806e5d1ffad3dc8f31116c7e045b81ad04 (patch)
tree334a11a3dbd83c3995365da4ad023c997b9211a0
parent1ea2095c1fc68ae11ba9a47468e3ea9b60faebf5 (diff)
downloados-client-config-efd56a806e5d1ffad3dc8f31116c7e045b81ad04.tar.gz
Add a release note for Python 2 support removal2.0.0
It's quite major, should be mentioned in the release notes. Change-Id: I08958f7a0746f5345b5ecac792021a8a3336171e
-rw-r--r--releasenotes/notes/goodbye-python2-40feeeb4be3e06c5.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/goodbye-python2-40feeeb4be3e06c5.yaml b/releasenotes/notes/goodbye-python2-40feeeb4be3e06c5.yaml
new file mode 100644
index 0000000..c0af997
--- /dev/null
+++ b/releasenotes/notes/goodbye-python2-40feeeb4be3e06c5.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. The minimum version of Python now
+ supported by os-client-config is Python 3.6.