Skip to content

Commit

Permalink
Merge pull request #113 from hawkowl/release-18.5
Browse files Browse the repository at this point in the history
Release 18.5
  • Loading branch information
hawkowl committed May 16, 2018
2 parents cdded2e + 1073c65 commit 04d1976
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
27 changes: 27 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

.. towncrier release notes start
towncrier 18.5.0 (2018-05-16)
=============================

Features
--------

- Python 3.3 is no longer supported. (`#103
<https://github.com/hawkowl/towncrier/issues/103>`_)
- Made ``package`` optional. When the version is passed on the command line,
and the ``title_format`` does not use the package name, and it is not used
for the path to the news fragments, then no package name is needed, so we
should not enforce it. (`#111
<https://github.com/hawkowl/towncrier/issues/111>`_)


Bugfixes
--------

- When cleaning up old newsfragments, if a newsfragment is named
"123.feature.rst", then remove that file instead of trying to remove the
non-existent "123.feature". (`#99
<https://github.com/hawkowl/towncrier/issues/99>`_)
- If there are two newsfragments with the same name (example: "123.bugfix.rst"
and "123.bugfix.rst~"), then raise an error instead of silently picking one
at random. (`#101 <https://github.com/hawkowl/towncrier/issues/101>`_)


towncrier 17.8.0 (2017-08-19)
=============================

Expand Down
2 changes: 1 addition & 1 deletion src/towncrier/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version('towncrier', 17, 8, 0)
__version__ = Version('towncrier', 18, 5, 0)
__all__ = ["__version__"]
1 change: 0 additions & 1 deletion src/towncrier/newsfragments/101.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/103.feature

This file was deleted.

5 changes: 0 additions & 5 deletions src/towncrier/newsfragments/111.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/99.bugfix

This file was deleted.

0 comments on commit 04d1976

Please sign in to comment.