From 4b28ec60ea0ac6c27d084c2fdd68aaaa04aa02db Mon Sep 17 00:00:00 2001 From: Christine Banek Date: Tue, 28 May 2019 15:33:30 -0700 Subject: [PATCH] Prepare for v0.9.3 release Add changelog, update version number. Update readme with new Travis badge link due to moving projects. --- CHANGES.rst | 10 ++++++++++ README.rst | 6 +++--- setup.cfg | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6c22517d9..6fc8992c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/README.rst b/README.rst index cb9cd208d..e3a455715 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 `_ diff --git a/setup.cfg b/setup.cfg index e4f5d0235..f55a7e65e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]