Skip to content

Commit

Permalink
First release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 24, 2021
1 parent 0e6a479 commit f24d335
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 8 deletions.
23 changes: 23 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

.. towncrier release notes start
towncrier 21.9.0.rc1 (2021-09-24)
=================================

Features
--------

- towncrier --version` was added to the command line interface to show the product version. (`#339 <https://github.com/hawkowl/towncrier/issues/339>`_)
- Support Toml v1 syntax with tomli on Python 3.6+ (`#354 <https://github.com/hawkowl/towncrier/issues/354>`_)


Bugfixes
--------

- Stop writing title twice when ``title_format`` is specified. (`#346 <https://github.com/hawkowl/towncrier/issues/346>`_)
- Disable universal newlines when reading TOML (`#359 <https://github.com/hawkowl/towncrier/issues/359>`_)


Misc
----

- `#332 <https://github.com/hawkowl/towncrier/issues/332>`_, `#333 <https://github.com/hawkowl/towncrier/issues/333>`_, `#334 <https://github.com/hawkowl/towncrier/issues/334>`_, `#338 <https://github.com/hawkowl/towncrier/issues/338>`_


towncrier 21.3.0 (2021-04-02)
=============================

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", 21, 3, 1, dev=0)
__version__ = Version("towncrier", 21, 9, 0, release_candidate=1)
__all__ = ["__version__"]
Empty file.
1 change: 0 additions & 1 deletion src/towncrier/newsfragments/333.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/334.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/338.misc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit f24d335

Please sign in to comment.