Skip to content

Commit

Permalink
Merge pull request #131 from cbanek/prepare-release-v0.9.3
Browse files Browse the repository at this point in the history
Prepare for v0.9.3 release
  • Loading branch information
cbanek authored May 30, 2019
2 parents e6e064a + 4b28ec6 commit 1f7bc89
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.9.3
----------------
* Fix parsing of SecurityMethod in capabilities

* Keep up to date with upstream astropy changes

* Move into astropy GitHub organization and README updates

* Replace mimetype functions with library-based ones

0.9.2
----------------
* Fix typo fornat -> format
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PyVO
:target: http://www.astropy.org
:alt: Powered by Astropy Badge

.. image:: https://travis-ci.org/pyvirtobs/pyvo.svg
:target: https://travis-ci.org/pyvirtobs/pyvo
.. image:: https://travis-ci.org/astropy/pyvo.svg
:target: https://travis-ci.org/astropy/pyvo
:alt: Travis Status

.. image:: https://coveralls.io/repos/github/pyvirtobs/pyvo/badge.svg?branch=master
Expand All @@ -29,7 +29,7 @@ advantage of VO standards to give access to thousands of catalogs,
data archives, information services, and analysis tools. It also
takes advantage of the general capabilities of Astopy (and numpy), and
so a secondary goal is to provide a development platform for migrating
more VO capabilities into Astropy.
more VO capabilities into Astropy.

Source code can be found `on GitHub <http://github.com/astropy/pyvo>`_

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ edit_on_github = False
github_project = astropy/pyvo
install_requires = astropy requests mimeparse six
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440)
version = 0.9.2
version = 0.9.3

[entry_points]

0 comments on commit 1f7bc89

Please sign in to comment.