Skip to content

Commit

Permalink
Merge pull request #26 from tovrstra/release1.1.3
Browse files Browse the repository at this point in the history
update version to 1.1.3
  • Loading branch information
tovrstra authored Jul 6, 2017
2 parents 0fe05ab + c6bff1f commit f21771a
Show file tree
Hide file tree
Showing 5 changed files with 9 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 @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.2'
version = '1.1.3'
# The full version, including alpha/beta/rc tags.
release = '1.1.2'
release = '1.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 4 additions & 4 deletions doc/ug_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ Stable release

The latest stable release of Yaff can be downloaded here:

https://github.com/molmod/yaff/releases/download/1.1.1/yaff-1.1.2.tar.gz
https://github.com/molmod/yaff/releases/download/1.1.1/yaff-1.1.3.tar.gz

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

mkdir -p ~/build
cd ~/build
wget https://github.com/molmod/yaff/releases/download/1.1.1/yaff-1.1.2.tar.gz
tar -xvzf yaff-1.1.2.tar.gz
cd yaff-1.1.2
wget https://github.com/molmod/yaff/releases/download/1.1.1/yaff-1.1.3.tar.gz
tar -xvzf yaff-1.1.3.tar.gz
cd yaff-1.1.3

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 @@ -64,7 +64,7 @@ def find_all_data_files(dn):

setup(
name='yaff',
version='1.1.2',
version='1.1.3',
description='YAFF is yet another force-field code.',
author='Toon Verstraelen',
author_email='Toon.Verstraelen@UGent.be',
Expand Down
2 changes: 1 addition & 1 deletion yaff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'''


__version__ = '1.1.2'
__version__ = '1.1.3'

from molmod.units import *
from molmod.constants import *
Expand Down
2 changes: 1 addition & 1 deletion yaff/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
_________________\ \\\_____\ \\\_______\ \\\__\ \\\_____________\ \\\___________
__________________\///______\///________\///___\///______________\///___________
Welcome to Yaff 1.1.2 - Yet another force field
Welcome to Yaff 1.1.3 - Yet another force field
Written by
Toon Verstraelen(1)*, Louis Vanduyfhuys(1) and Steven Vandenbrande(1)
Expand Down

0 comments on commit f21771a

Please sign in to comment.