From efc52a52c09630c0d833788f40bf5d1fd237c56e Mon Sep 17 00:00:00 2001 From: Erik Tollerud Date: Thu, 7 Jan 2021 16:47:08 -0500 Subject: [PATCH] update version and changelog for 1.1.1 --- CHANGES.rst | 10 ++++++++++ setup.cfg | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 530352884..fd8457176 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +1.1.1 +----- + +Bug Fixes +^^^^^^^^^ + +- Fixed several interconnected bugs in the loaders, particularly when using +certain filenames. [#718] + + 1.1 --- diff --git a/setup.cfg b/setup.cfg index 24faa4ef4..2bed4da36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,4 +54,4 @@ edit_on_github = False github_project = astropy/specutils install_requires = astropy>=4.0, gwcs>=0.12, scipy, asdf>=2.5 # version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) -version = 1.1 +version = 1.1.1