Skip to content

Commit 7feaeba

Browse files
committed
v0.3.3
1 parent 5570443 commit 7feaeba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGES

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.3.3.dev
2-
---------
1+
0.3.3 (2016-10-11)
2+
------------------
33

44
- Option to toggle the display of the download bar (#734)
55
- ESASKY - added new module for querying the ESASKY archive (#758,#763,#765)

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
4848

4949
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
50-
VERSION = '0.3.3.dev'
50+
VERSION = '0.3.3'
5151

5252
# Indicates if this version is a release version
5353
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)