Skip to content

Commit

Permalink
About to release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Sep 17, 2018
1 parent 0c98c81 commit 7e134d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
v0.7.x
v0.7.2
======
- Fixed bug in Reaction.precipitate_stoich
- Changed Python-3-only syntax to support Python 2
- Python < 3.5 is now deprecated for ChemPy <0.7

v0.7.1
======
Expand All @@ -10,9 +12,10 @@ v0.7.0
======
- Drop official support for Python 2.7

v0.6.x (unreleased)
===================
- Fix bug in Species.from_formula (e.g. 'UO2+2(aq)')
v0.6.10
=======
- Fixed bug in Reaction.precipitate_stoich
- Changed Python-3-only syntax to support Python 2

v0.6.8
======
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ equations and ordinary differential equations).
If you are still using Python 2 you can use the long-term-support 0.6.x branch
of ChemPy which will continue to receive bugfixes::

$ python2 -m pip install chempy<0.7
$ python2 -m pip install "chempy<0.7"


Optional dependencies
Expand Down

0 comments on commit 7e134d4

Please sign in to comment.