summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-10-25 11:58:26 -0300
committerHernan <hernan.grecco@gmail.com>2022-10-25 11:58:26 -0300
commit7fd0f7e191c6c919572eadef0f5b9d7c530cc7f8 (patch)
tree78bd56b955cd7ba85c3a8ebc7bc2c20a56281a71
parentf334aa8d1e754f1a0304a7416117a9a77591bd9a (diff)
downloadpint-7fd0f7e191c6c919572eadef0f5b9d7c530cc7f8.tar.gz
Back to development: 0.21
-rw-r--r--CHANGES6
-rw-r--r--version.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index aa37664..03932a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
Pint Changelog
==============
+0.21 (unreleased)
+-----------------
+
+- Nothing changed yet.
+
+
0.20 (2022-10-25)
-----------------
diff --git a/version.py b/version.py
index f46bc15..c9114dd 100644
--- a/version.py
+++ b/version.py
@@ -2,5 +2,5 @@
# flake8: noqa
# fmt: off
-__version__ = '0.20'
+__version__ = '0.21.dev0'
# fmt: on