From 87f38eb69eb07fb580480483a48f38f9a1765f2b Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Sat, 6 Oct 2018 07:52:33 +0200 Subject: [PATCH] prepare release 0.9.2 --- CHANGES.rst | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 01b438068..6c22517d9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.9.2 +---------------- +* Fix typo fornat -> format + 0.9.1 ---------------- * Don't use OR's in RegTAP queries diff --git a/setup.cfg b/setup.cfg index e494d8b04..f0482652c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,6 +46,6 @@ edit_on_github = False github_project = pyvirtobs/pyvo install_requires = astropy requests # version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) -version = 0.9.1 +version = 0.9.2 [entry_points]