Skip to content

Commit

Permalink
Prepare for release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Sep 12, 2019
1 parent ea680bb commit a6a8647
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
Release history
###############

* **Version 1.2.6** September 12, 2019

- More Python 3 compatibility fixes. (Unit tests pass with Python 3.6 and 3.7)
- Fix (harmless) warning messages.
- Code cleanups

* **Version 1.2.5** September 10, 2019

- Python 3 compatibility.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
description='TAMkin is a post-processing toolkit for thermochemistry and kinetics analysis.',
author='Toon Verstraelen, Matthias Vandichel, An Ghysels',
author_email='[email protected], [email protected], [email protected]',
url='http://molmod.ugent.be/code/',
url='https://github.com/molmod/tamkin',
package_dir = {'tamkin': 'tamkin'},
packages = ['tamkin', 'tamkin.io', 'tamkin.test'],
entry_points={
Expand Down

0 comments on commit a6a8647

Please sign in to comment.