Skip to content

Commit

Permalink
TAMkin release version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Aug 8, 2014
1 parent 27fed80 commit 926426c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.3'
version = '1.0.4'
# The full version, including alpha/beta/rc tags.
release = '1.0.3'
release = '1.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 6 additions & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
Release history
###############

* **August 8, 2014. Version 1.0.4**

- Improved ``tamkin-driver.py`` with improved documentation.
- Added missing test file.

* **August 7, 2014. Version 1.0.3**

- Fix bug in load_rotscan_g03log. This function now also works with G09.
- More output (rotors and tunneling correction)
- Initial version of the TAMkin deriver script
- Initial version of the TAMkin driver script

* **August 5, 2014. Version 1.0.2**

Expand Down
8 changes: 4 additions & 4 deletions doc/tutorial/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ Stable release (recommended)

The latest stable source code release can be downloaded here:

http://github.com/molmod/tamkin/releases/download/v1.0.3/TAMkin-1.0.3.tar.gz
http://github.com/molmod/tamkin/releases/download/v1.0.4/TAMkin-1.0.4.tar.gz

Choose a suitable directory, e.g. ``~/build``, download and unpack the archive::

mkdir -p ~/build
cd ~/build
wget http://github.com/molmod/tamkin/releases/download/v1.0.3/TAMkin-1.0.3.tar.gz
tar -xvzf TAMkin-1.0.3.tar.gz
cd TAMkin-1.0.3
wget http://github.com/molmod/tamkin/releases/download/v1.0.4/TAMkin-1.0.4.tar.gz
tar -xvzf TAMkin-1.0.4.tar.gz
cd TAMkin-1.0.4


Latest development code (experts only)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from distutils.core import setup

setup(name='TAMkin',
version='1.0.3',
version='1.0.4',
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]',
Expand Down
2 changes: 1 addition & 1 deletion tamkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#--
"""TAMkin is a post-processing toolkit for normal mode, thermochemistry and kinetics."""

__version__ = '1.0.3'
__version__ = '1.0.4'

from tamkin.chemmod import *
from tamkin.data import *
Expand Down

0 comments on commit 926426c

Please sign in to comment.