summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-05-07 09:50:09 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-05-07 09:50:09 -0300
commitcf4c8e71d8a639c53bd06278b5384c45cc97b44a (patch)
treeee107b5c9f3e9406e66126eb81359b8170e5fcb8
parent6aea7d4aaf424e2a514c004f99b271ecfb446237 (diff)
downloadpint-cf4c8e71d8a639c53bd06278b5384c45cc97b44a.tar.gz
Back to development: 0.6
-rw-r--r--CHANGES6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4defc88..ba227ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,12 @@ Pint Changelog
==============
+0.6 (unreleased)
+----------------
+
+- Nothing changed yet.
+
+
0.5 (2014-05-07)
----------------
diff --git a/setup.py b/setup.py
index 8d966f3..7b5b8f3 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ __doc__ = long_description
setup(
name='Pint',
- version='0.5',
+ version='0.6.dev0',
description='Physical quantities module',
long_description=long_description,
keywords='physical quantities unit conversion science',