summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-04-04 11:08:21 -0300
committerHernan <hernan.grecco@gmail.com>2022-04-04 11:08:21 -0300
commit8a6842d968f32683049304da3ec52d29d59ad3ad (patch)
treeb3bd6d2ef9aa05d6bd93d3208446e55f63748e78
parentbd816b35ef48d5531934cce94c652009572605dd (diff)
downloadpint-8a6842d968f32683049304da3ec52d29d59ad3ad.tar.gz
Back to development: 0.20
-rw-r--r--CHANGES6
-rw-r--r--version.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1efccf6..053bc1e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
Pint Changelog
==============
+0.20 (unreleased)
+-----------------
+
+- Nothing changed yet.
+
+
0.19 (2022-04-04)
-----------------
diff --git a/version.py b/version.py
index 7252637..9926a1f 100644
--- a/version.py
+++ b/version.py
@@ -2,5 +2,5 @@
# flake8: noqa
# fmt: off
-__version__ = '0.19'
+__version__ = '0.20.dev0'
# fmt: on