Skip to content

Commit

Permalink
Updated documentation to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amaggi committed May 27, 2014
1 parent 29f4b15 commit 8acbe70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='waveloc',
version='0.2.1',
version='0.2.2',
description='Earthquake location by waveform migration',
author='Alessia Maggi',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.1'
release = '0.2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions sphinx/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Download and installation
The latest stable source distributions (most recent first) are downloadable
from `AmazonAWS <http://aws.amazon.com>`_:

* `waveloc-0.2.2.tar.gz <https://s3.amazonaws.com/waveloc/waveloc-0.2.2.tar.gz>`_
* `waveloc-0.2.1.tar.gz <https://s3.amazonaws.com/waveloc/waveloc-0.2.1.tar.gz>`_
* `waveloc-0.2.0.tar.gz <https://s3.amazonaws.com/waveloc/waveloc-0.2.0.tar.gz>`_
* `waveloc-0.1.1.tar.gz <https://s3.amazonaws.com/waveloc/waveloc-0.1.1.tar.gz>`_
Expand Down

0 comments on commit 8acbe70

Please sign in to comment.