We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50035d3 commit c645bf8Copy full SHA for c645bf8
CHANGES
@@ -1,7 +1,11 @@
1
-0.3 (unreleased)
2
-----------------
+0.2.6 (2015-07-23)
+------------------
3
4
-- None yet
+- ESO bugfixes for handling radio buttons (#560)
5
+- ESO: added SPHERE to list (#551)
6
+- ESO/ALMA test cleanup (#553)
7
+- Allow ALMA project view (#554)
8
+- Fix Splatalogue version keyword (#557)
9
10
0.2.4 (2015-03-27)
11
------------------
setup.py
@@ -43,7 +43,7 @@
43
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
44
45
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
46
-VERSION = '0.3.dev'
+VERSION = '0.2.6'
47
48
# Indicates if this version is a release version
49
RELEASE = 'dev' not in VERSION
0 commit comments