summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',