Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Mar 18, 2016
1 parent d932b2d commit c0a6cbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Change Log

## (v0.3) (not yet released)
## (v0.3) Feature Release (18 Mar 2016)

- Fix bug in ``predict()`` for ``LombScargle`` methods when ``center_data=False``
- Fix bug in ``score()`` for ``LombScargle`` methods when ``center_data=False`` and ``fit_offset=False``
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.dev0'
release = '0.3'

# 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,7 +7,7 @@
from . import datasets, periodic

__all__ = ['datasets', 'periodic']
__version__ = '0.3.dev0'
__version__ = '0.3'


def setup():
Expand Down

0 comments on commit c0a6cbc

Please sign in to comment.