Skip to content

Commit

Permalink
add changelog entry and increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
funbaker committed Feb 9, 2017
1 parent 557bb75 commit 0c2e54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c2e54a

Please sign in to comment.