Release Share Post 1.0.0

This commit is contained in:
botpub 2021-03-19 09:35:33 +00:00
commit 835af2d52c
3 changed files with 12 additions and 4 deletions

11
CHANGELOG.md Normal file
View file

@ -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/)

View file

@ -1,3 +0,0 @@
Release type: major
Initial release as namespace plugin

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pelican-share-post" name = "pelican-share-post"
version = "0.0.0" version = "1.0.0"
description = "A Pelican plugin to create share URLs of article" description = "A Pelican plugin to create share URLs of article"
authors = ["Talha Mansoor <talha131@gmail.com>"] authors = ["Talha Mansoor <talha131@gmail.com>"]
license = "MIT" license = "MIT"