Skip to content

Commit

Permalink
Post 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed May 24, 2016
1 parent 0791308 commit d8580cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Latest
------


0.7.0
-----
* Added `timeout` parameter in `sunpy.data.download_sample_data()`
* Fixed `aiaprep` to return properly sized map.
* Deprecation warnings fixed when using image coalignment.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The people who have contributed to this release are:
Andrew Inglis
Daniel Ryan
Sally Dacie *
Sanskar Modi *
Albert Y. Shih
Erik M. Bray
Larry Manley
Expand All @@ -38,7 +39,6 @@ The people who have contributed to this release are:
Ankit *
Igor Babuschkin *
Ole Streicher *
Sanskar Modi *
Simon Liedtke
Sudarshan Konge *
Tessa D. Wilkinson *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '0.7.dev'
VERSION = '0.8.dev'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit d8580cc

Please sign in to comment.