aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-03-26 10:57:43 -0400
committerGitHub <noreply@github.com>2018-03-26 10:57:43 -0400
commitff03c0f14caa1b11c604906b854dce18c7d0a7a3 (patch)
tree6c8230cf9817c1f524edde0b258af0902b394377
parentafd10134f3599ec0429bebb05692568410e74071 (diff)
parent256012ba534eade7ec966dcdc926f5aafabcf001 (diff)
downloaddateutil-ff03c0f14caa1b11c604906b854dce18c7d0a7a3.tar.gz
Merge pull request #656 from pganssle/release_2.7.2
Release 2.7.2
-rw-r--r--NEWS16
-rw-r--r--changelog.d/651.misc.rst1
-rw-r--r--changelog.d/655.misc1
-rw-r--r--pyproject.toml1
4 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7de111a..92a27c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 2.7.2 (2018-03-26)
+==========================
+
+Bugfixes
+--------
+
+- Fixed an issue with the setup script running in non-UTF-8 environment.
+ Reported and fixed by @gergondet (gh pr #651)
+
+
+Misc
+----
+
+- GH #655
+
+
Version 2.7.1 (2018-03-24)
===========================
diff --git a/changelog.d/651.misc.rst b/changelog.d/651.misc.rst
deleted file mode 100644
index bd7f30a..0000000
--- a/changelog.d/651.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed an issue with the setup script running in non-UTF-8 environment. Reported and fixed by @gergondet (gh pr #651)
diff --git a/changelog.d/655.misc b/changelog.d/655.misc
deleted file mode 100644
index 0b13b71..0000000
--- a/changelog.d/655.misc
+++ /dev/null
@@ -1 +0,0 @@
-Update PyPI links to point to pypi.org.
diff --git a/pyproject.toml b/pyproject.toml
index 5bd8fbe..32bf08e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,6 +3,7 @@
package_dir = "dateutil"
filename = "NEWS"
directory = "changelog.d"
+ title_format = "Version {version} ({project_date})"
issue_format = "GH #{issue}"
template = "changelog.d/template.rst"