Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
funbaker committed Oct 20, 2016
1 parent 81521c3 commit ad3c5f9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
0.4 (unreleased)
----------------
* Use astropy tables for table metadata

* fix another content encoding error

0.3.2 (unreleased)
------------------
* Adding table property to DALResults. This is a shortcut to access the astropy table

* Improved Error Handling

0.3.1 (unreleased)
------------------
* fix an error where the content wasn't decoded properly

* fix a bug where POST parameters are submitted as GET parameters

0.3 (unreleased)
----------------
Adding TAP API

0.1 (unreleased)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

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

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

0 comments on commit ad3c5f9

Please sign in to comment.