From 835af2d52cfebf745082d8934706c92d3dd68aa8 Mon Sep 17 00:00:00 2001 From: botpub Date: Fri, 19 Mar 2021 09:35:33 +0000 Subject: [PATCH] Release Share Post 1.0.0 --- CHANGELOG.md | 11 +++++++++++ RELEASE.md | 3 --- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5bb40ec --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +CHANGELOG +========= + +1.0.0 - 2021-03-19 +------------------ + +Initial release as namespace plugin + +[Justin Mayer](https://github.com/justinmayer) [PR #1](https://github.com/pelican-plugins/share-post/pull/1/) + + diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 9b81d15..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: major - -Initial release as namespace plugin diff --git a/pyproject.toml b/pyproject.toml index 4a11803..920a711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-share-post" -version = "0.0.0" +version = "1.0.0" description = "A Pelican plugin to create share URLs of article" authors = ["Talha Mansoor "] license = "MIT"