From fedd7c52ba80e2246f83b8d1752baa3a153a33e2 Mon Sep 17 00:00:00 2001 From: "Erik M. Bray" Date: Wed, 23 Dec 2015 12:02:55 -0500 Subject: [PATCH] Preparing to release v1.1.1 --- CHANGES.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 687f935d..82a024bf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,11 @@ astropy-helpers Changelog ========================= -1.1.1 (unreleased) +1.1.1 (2015-12-23) ------------------ -- Fixed crash in build with ``AttributeError: cython_create_listing`` - with older versions of setuptools. [#209] +- Fixed crash in build with ``AttributeError: cython_create_listing`` with + older versions of setuptools. [#209] 1.1 (2015-12-10) diff --git a/setup.py b/setup.py index 32a15e1d..68e77483 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from astropy_helpers.version_helpers import generate_version_py NAME = 'astropy_helpers' -VERSION = '1.1' +VERSION = '1.1.1' RELEASE = 'dev' not in VERSION DOWNLOAD_BASE_URL = 'http://pypi.python.org/packages/source/a/astropy-helpers'