From d7fd8dc3199ae32eb7ff011f82b1ccfcb56eb0af Mon Sep 17 00:00:00 2001 From: GalaxySnail Date: Fri, 29 Sep 2023 15:55:56 +0800 Subject: [PATCH 1/5] Include requirements files in the source distibution --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 50f7ce8..f92a0ea 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include LICENSE include tox.ini +include requirements-*.in requirements-*.txt recursive-include bin *.py recursive-include code_templates *.j2 recursive-include docs *.py *.rst From e64364143017578907bbfd9dc51c30a495b32b1d Mon Sep 17 00:00:00 2001 From: GalaxySnail Date: Fri, 29 Sep 2023 15:56:23 +0800 Subject: [PATCH 2/5] Update changelog --- docs/intro.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/intro.rst b/docs/intro.rst index cde8aab..8715da8 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -217,8 +217,12 @@ Other Languages History ======= +0.2.8 Unreleased + * Include requirements files in the source distibution + 0.2.7 *2023-09-28* * **Updated** tables to include Unicode Specification 15.1.0. + * Include ``bin``, ``docs``, and ``tox.ini`` in the source distribution 0.2.6 *2023-01-14* * **Updated** tables to include Unicode Specification 14.0.0 and 15.0.0. From 12fedbb2bff8186b8d8465d33bcdede7346476c0 Mon Sep 17 00:00:00 2001 From: GalaxySnail Date: Fri, 29 Sep 2023 16:05:19 +0800 Subject: [PATCH 3/5] Include docs/requirements.txt --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f92a0ea..a3c90bc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,4 @@ include tox.ini include requirements-*.in requirements-*.txt recursive-include bin *.py recursive-include code_templates *.j2 -recursive-include docs *.py *.rst +recursive-include docs *.py *.rst requirements.txt From 034e491e1c2b95129829c324f3f61a35fe82bbab Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Fri, 29 Sep 2023 19:27:47 -0400 Subject: [PATCH 4/5] Set date for release --- docs/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index 8715da8..0006acc 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -217,8 +217,8 @@ Other Languages History ======= -0.2.8 Unreleased - * Include requirements files in the source distibution +0.2.8 *2023-09-29* + * Include requirements files in the source distibution (`PR #82`). 0.2.7 *2023-09-28* * **Updated** tables to include Unicode Specification 15.1.0. From f507a7ac4fac48b6f7082390f5273fea42a108e1 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Sat, 30 Sep 2023 01:12:31 -0400 Subject: [PATCH 5/5] set release date, utc --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index 0006acc..8a02758 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -217,7 +217,7 @@ Other Languages History ======= -0.2.8 *2023-09-29* +0.2.8 *2023-09-30* * Include requirements files in the source distibution (`PR #82`). 0.2.7 *2023-09-28*