Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Changelog fixes in prep for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed May 29, 2017
1 parent 06afc41 commit 4a85d32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astropy-helpers Changelog
=========================

1.3.2 (unreleased)
1.3.2 (2017-05-29)
------------------

- Fix compatibility with Sphinx 1.6. [#304]
Expand Down Expand Up @@ -62,7 +62,7 @@ astropy-helpers Changelog
------------------

- Fixed crash in build with ``AttributeError: cython_create_listing`` with
older versions of setuptools. [#209]
older versions of setuptools. [#209, #210]


1.1 (2015-12-10)
Expand Down Expand Up @@ -128,7 +128,7 @@ astropy-helpers Changelog
------------------

- Fixed issue with the sphinx documentation css where the line numbers for code
blocks were not aligned with the code. [#179]
blocks were not aligned with the code. [#179, #180]

- Fixed crash that could occur when trying to build Cython extension modules
when Cython isn't installed. Normally this still results in a failed build,
Expand All @@ -139,11 +139,11 @@ astropy-helpers Changelog
found. [#182]

- Quieted warnings about deprecated Numpy API in Cython extensions, when
building Cython extensions against Numpy >= 1.7. [#183]
building Cython extensions against Numpy >= 1.7. [#183, #186]

- Improved support for py.test >= 2.7--running the ``./setup.py test`` command
now copies all doc pages into the temporary test directory as well, so that
all test files have a "common root directory". [#189]
all test files have a "common root directory". [#189, #190]


1.0.3 (2015-07-22)
Expand Down Expand Up @@ -279,15 +279,15 @@ astropy-helpers Changelog

- Fixed an issue on Python 3 where importing a package using astropy-helper's
generated version.py module would crash when the current working directory
is an empty git repository. [#114]
is an empty git repository. [#114, #137]

- Fixed an issue where the "revision count" appended to .dev versions by
the generated version.py did not accurately reflect the revision count for
the package it belongs to, and could be invalid if the current working
directory is an unrelated git repository. [#107]
directory is an unrelated git repository. [#107, #137]

- Likewise, fixed a confusing warning message that could occur in the same
circumstances as the above issue. [#121]
circumstances as the above issue. [#121, #137]


0.4.4 (2014-12-31)
Expand Down

0 comments on commit 4a85d32

Please sign in to comment.