diff --git a/CHANGES.rst b/CHANGES.rst index 120eaa5af..8c7947ff1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -1.1 (unreleased) +1.1 (2020-06-26) ================ - Added TAP examples function. [#220] diff --git a/setup.cfg b/setup.cfg index 63a32ae7b..a5d131b71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,6 +42,6 @@ edit_on_github = False github_project = astropy/pyvo install_requires = astropy requests mimeparse # version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) -version = 1.1.dev +version = 1.1 [entry_points]