summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-11-07 21:14:05 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-11-07 21:14:05 -0300
commite7e7de5ca2e1c19963be8a918369fb19186f9a73 (patch)
tree4b870fbc735696eb16dda3fdff74014b2888d665
parentbda5fe5079cc87cba2e2d2699520cefb8521e634 (diff)
downloadpint-e7e7de5ca2e1c19963be8a918369fb19186f9a73.tar.gz
Preparing release 0.60.6
-rw-r--r--CHANGES2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 37ad8d6..c0df096 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@ Pint Changelog
==============
-0.6 (unreleased)
+0.6 (2014-11-07)
----------------
- Fix operations with measurments and user defined units.
diff --git a/setup.py b/setup.py
index 72827bd..3ef1301 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ __doc__ = long_description
setup(
name='Pint',
- version='0.6a1',
+ version='0.6',
description='Physical quantities module',
long_description=long_description,
keywords='physical quantities unit conversion science',