Skip to content

Commit

Permalink
Merge pull request #18 from tovrstra/release1.1
Browse files Browse the repository at this point in the history
Release version 1.1
  • Loading branch information
tovrstra authored May 15, 2017
2 parents a4db7ce + 5757fff commit f2df8a1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ python:
- "2.7"
virtualenv:
system_site_packages: true
branches:
except:
# skip version tags
/^\d+\.\d+(\.\d+)$/
install:
- "sudo apt-get update"
- "sudo apt-get --no-install-recommends install python-numpy python-scipy python-matplotlib libhdf5-serial-dev gfortran"
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.1'

# 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:

http://users.ugent.be/~tovrstra/yaff/yaff-1.0.tar.gz.
http://users.ugent.be/~tovrstra/yaff/yaff-1.1.tar.gz.

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

mkdir -p ~/build
cd ~/build
wget http://users.ugent.be/~tovrstra/yaff/yaff-1.0.tar.gz
tar -xvzf yaff-1.0.tar.gz
cd yaff-1.0
wget http://users.ugent.be/~tovrstra/yaff/yaff-1.1.tar.gz
tar -xvzf yaff-1.1.tar.gz
cd yaff-1.1

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.0.develop.2.15',
version='1.1',
description='YAFF is yet another force-field code.',
author='Toon Verstraelen',
author_email='[email protected]',
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.0'
__version__ = '1.1'

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.0 - Yet another force field
Welcome to Yaff 1.1 - Yet another force field
Written by
Toon Verstraelen(1)*, Louis Vanduyfhuys(1) and Steven Vandenbrande(1)
Expand Down

0 comments on commit f2df8a1

Please sign in to comment.