summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-01-12 01:03:48 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-01-12 01:03:48 -0300
commit6e18639b3db4121322e0fc7009df463b8dc7ee9f (patch)
tree219e1f3696a03e0e4c2c695b1420738bd2c53651
parent399b5eec3b11ce8caf2d478864ffc15a8e628717 (diff)
downloadpint-6e18639b3db4121322e0fc7009df463b8dc7ee9f.tar.gz
Preparing release 0.4.10.4.1
-rw-r--r--CHANGES4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 89ad73d..5912107 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,8 +2,8 @@ Pint Changelog
==============
-0.5 (unreleased)
-----------------
+0.4.1 (2014-01-12)
+------------------
- Integer Division with Arrays.
(Issue #80, thanks jdreaver)
diff --git a/setup.py b/setup.py
index a666c34..80aca04 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ __doc__ = long_description
setup(
name='Pint',
- version='0.5.dev0',
+ version='0.4.1',
description='Physical quantities module',
long_description=long_description,
keywords='physical quantities unit conversion science',