Skip to content

Commit e36fdc8

Browse files
committed
# Conflicts: # CHANGES.rst # docs/conf.py # docs/history.rst # towncrier.toml # tox.ini
2 parents d039e54 + 74b0d39 commit e36fdc8

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

CHANGES.rst NEWS.rst

File renamed without changes.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Link dates and other references in the changelog
1010
extensions += ['rst.linker']
1111
link_files = {
12-
'../CHANGES.rst': dict(
12+
'../NEWS.rst': dict(
1313
using=dict(
1414
BB='https://bitbucket.org',
1515
GH='https://github.com',

docs/history.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ History
77

88
.. towncrier-draft-entries:: DRAFT, unreleased as on |today|
99

10-
.. include:: ../CHANGES (links).rst
10+
.. include:: ../NEWS (links).rst
1111

1212
Credits
1313
*******

towncrier.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[tool.towncrier]
2-
filename = "CHANGES.rst"
2+
title_format = "{version}"
33
# workaround for sphinx-contrib/sphinxcontrib-towncrier#83
44
directory = "newsfragments"
5-
title_format = "{version}"

0 commit comments

Comments
 (0)