Skip to content

Commit c645bf8

Browse files
committed
changelog updates for v0.2.6 release
1 parent 50035d3 commit c645bf8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Diff for: CHANGES

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
0.3 (unreleased)
2-
----------------
1+
0.2.6 (2015-07-23)
2+
------------------
33

4-
- None yet
4+
- 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)
59

610
0.2.4 (2015-03-27)
711
------------------

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
4444

4545
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
46-
VERSION = '0.3.dev'
46+
VERSION = '0.2.6'
4747

4848
# Indicates if this version is a release version
4949
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)