Skip to content

Commit

Permalink
Preparing release 1.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
eteq committed Nov 24, 2015
1 parent 39ff657 commit a84ed34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 156 deletions.
157 changes: 2 additions & 155 deletions CHANGES.rst
@@ -1,158 +1,5 @@
1.2 (unreleased)
----------------

New Features
^^^^^^^^^^^^

- ``astropy.analytic_functions``

- ``astropy.config``

- ``astropy.conftest.py``

- ``astropy.constants``

- ``astropy.convolution``

- ``astropy.coordinates``

- ``astropy.cosmology``

- ``astropy.io.ascii``

- ``astropy.io.fits``

- ``astropy.io.misc``

- ``astropy.io.votable``

- ``astropy.logger.py``

- ``astropy.modeling``

- ``astropy.nddata``

- ``astropy.stats``

- ``astropy.table``

- ``astropy.tests``

- ``astropy.time``

- ``astropy.units``

- ``astropy.utils``

- ``astropy.visualization``

- ``astropy.vo``

- ``astropy.wcs``

API changes
^^^^^^^^^^^

- ``astropy.analytic_functions``

- ``astropy.config``

- ``astropy.conftest.py``

- ``astropy.constants``

- ``astropy.convolution``

- ``astropy.coordinates``

- ``astropy.cosmology``

- ``astropy.io.ascii``

- ``astropy.io.fits``

- ``astropy.io.misc``

- ``astropy.io.votable``

- ``astropy.logger.py``

- ``astropy.modeling``

- ``astropy.nddata``

- ``astropy.stats``

- ``astropy.table``

- ``astropy.tests``

- ``astropy.time``

- ``astropy.units``

- ``astropy.utils``

- ``astropy.visualization``

- ``astropy.vo``

- ``astropy.wcs``

Bug fixes
^^^^^^^^^

- ``astropy.analytic_functions``

- ``astropy.config``

- ``astropy.conftest.py``

- ``astropy.constants``

- ``astropy.convolution``

- ``astropy.coordinates``

- ``astropy.cosmology``

- ``astropy.io.ascii``

- ``astropy.io.fits``

- ``astropy.io.misc``

- ``astropy.io.votable``

- ``astropy.logger.py``

- ``astropy.modeling``

- ``astropy.nddata``

- ``astropy.stats``

- ``astropy.table``

- ``astropy.tests``

- ``astropy.time``

- ``astropy.units``

- ``astropy.utils``

- ``astropy.visualization``

- ``astropy.vo``

- ``astropy.wcs``

Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1 (unreleased)
----------------
1.1rc1 (2015-11-24)
-------------------

New Features
^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
NAME = 'astropy'

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '1.1.dev'
VERSION = '1.1rc1'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit a84ed34

Please sign in to comment.