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"