summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:18:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:18:14 -0400
commitaf4b8f9370b9e18a9f5fe43e17161533e1a31646 (patch)
treee9bfee277a800f44ca2abb9aeae254974e9abd3c /CHANGES.txt
parenta04851c3e7b7e2b87f62d2de7e54c97c87881fcc (diff)
downloadpython-setuptools-git-af4b8f9370b9e18a9f5fe43e17161533e1a31646.tar.gz
Follow semver to the letter for simplicity.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c95017d9..abd5f24b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,12 +2,14 @@
CHANGES
=======
-20.6
-----
+v20.6.0
+-------
* New release process that relies on
`bumpversion <https://github.com/peritus/bumpversion>`_
and Travis CI for continuous deployment.
+* Project versioning semantics now follow
+ `semver <https://semver.org>`_ precisely.
20.5
----