diff --git a/CHANGES.rst b/CHANGES.rst index 7830e09ab..9af48d164 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ 0.5.2 ---------------- Remove trailing ? from query urls +VOTable fieldnames are now gathered from names only instead of ID and name 0.5.1 ---------------- diff --git a/setup.py b/setup.py index d572fa5e7..fe39d1abc 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.5.1' +VERSION = '0.5.2' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION