From 868a09d128576e3fb9d06e78e2180a72b80a6036 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Thu, 27 Jun 2024 15:09:32 -0400 Subject: [PATCH 1/3] fix length of title underscores in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f3b3351..a2fd93f4 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ |Icon| `diffpy.pdfmorph `_ -========================================================= +==================================================================== .. |Icon| image:: https://avatars.githubusercontent.com/diffpy :target: https://diffpy.github.io/diffpy.pdfmorph From 27c898a5757d55cafea4039afc753fb4c20b628b Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Thu, 27 Jun 2024 15:10:43 -0400 Subject: [PATCH 2/3] news --- news/titles.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/titles.rst diff --git a/news/titles.rst b/news/titles.rst new file mode 100644 index 00000000..614ff569 --- /dev/null +++ b/news/titles.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* README title so that it is valid syntax for uploading to PyPi + +**Security:** + +* From 70ee22d5625ee0e40bc320d1d5087d9eaa04b0d1 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Thu, 27 Jun 2024 19:18:47 +0000 Subject: [PATCH 3/3] Update CHANGELOG.rst --- CHANGELOG.rst | 9 +++++++++ news/titles.rst | 23 ----------------------- 2 files changed, 9 insertions(+), 23 deletions(-) delete mode 100644 news/titles.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84d48d65..deb2f5cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Release Notes .. current developments +0.1.1 +===== + +**Fixed:** + +* README title so that it is valid syntax for uploading to PyPi + + + 0.1.0 ===== diff --git a/news/titles.rst b/news/titles.rst deleted file mode 100644 index 614ff569..00000000 --- a/news/titles.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* README title so that it is valid syntax for uploading to PyPi - -**Security:** - -*