Skip to content

Commit

Permalink
Merge pull request #140 from hawkowl/release-19.2.0
Browse files Browse the repository at this point in the history
Release 19.2.0
  • Loading branch information
hawkowl authored Feb 15, 2019
2 parents 47754a6 + bca0525 commit ecd438c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
14 changes: 14 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

.. towncrier release notes start
towncrier 19.2.0 (2019-02-15)
=============================

Features
--------

- Add support for multiple fragements per issue/type pair. This extends the
naming pattern of the fragments to `issuenumber.type(.counter)` where counter
is an optional integer. (`#119 <https://github.com/hawkowl/towncrier/issues/119>`_)
- Python 2.7 is now supported. (`#121 <https://github.com/hawkowl/towncrier/issues/121>`_)
- `python -m towncrier.check` now accepts an option to give the configuration file location. (`#123 <https://github.com/hawkowl/towncrier/issues/123>`_)
- towncrier.check now reports git output when it encounters a git failure. (`#124 <https://github.com/hawkowl/towncrier/issues/124>`_)


towncrier 18.6.0 (2018-07-05)
=============================

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', 18, 6, 0)
__version__ = Version('towncrier', 19, 2, 0)
__all__ = ["__version__"]
3 changes: 0 additions & 3 deletions src/towncrier/newsfragments/119.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit ecd438c

Please sign in to comment.