Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Aug 19, 2015
1 parent 32fe20a commit 86ad512
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#Change Log

## (v0.3) (not yet releaset)
## (v0.3) (not yet released)

## (v0.2.1) bugfix release (19 Aug 2015)

- Fix installation issues [PR 11](https://github.com/astroML/gatspy/pull/11)
- Fix corner cases in rrlyrae_fast
- Fix so that data does not download on import
- Make astroML a soft dependency
- ipython-style code snippets in documentation

## (v0.2) Feature Release (07 June 2015)

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.2.1'
# The full version, including alpha/beta/rc tags.
release = '0.3-git'
release = '0.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gatspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from . import datasets, periodic

__all__ = ['datasets', 'periodic']
__version__ = '0.3-git'
__version__ = '0.2.1'

0 comments on commit 86ad512

Please sign in to comment.