Skip to content

Commit 0176b24

Browse files
committed
prepare for release of version 0.8.0
bump version number, update docs and changelog
1 parent 21b2c94 commit 0176b24

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ with incompatible units, and will overwrite the previous units.
1717
The log and exp functions have been removed. Quantities will work
1818
with numpy's version of these functions.
1919

20+
Quantities development has migrated from bzr/launchpad to
21+
git/github. Please report problems to
22+
http://github.com/python-quantities/python-quantities or visit the
23+
mailing list at http://groups.google.com/group/python-quantities
24+
2025
Bugs fixed
2126
**********
2227

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ already supported.
1919

2020
Quantities is actively developed, and while the current features and API are
2121
stable, test coverage is incomplete and the package is not ready for
22-
production use.
22+
production use. Python-2.6.0 or later is required.
2323

2424
.. toctree::
2525
:maxdepth: 2

quantities/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.7.96'
2+
__version__ = '0.8.0'

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ long_description = Quantities is designed to handle arithmetic and conversions
2929
is incomplete and so the package is not suggested for production use.
3030
name = quantities
3131
platforms = Any
32-
requires = numpy (>=1.3.0)
32+
requires = python (>=2.6.0)
33+
numpy (>=1.3.0)
3334
url = http://packages.python.org/quantities
34-
version = 0.7.96
35+
version = 0.8.0
3536
zip_safe = False
3637

3738
[aliases]

0 commit comments

Comments
 (0)