diff --git a/CHANGELOG.md b/CHANGELOG.md index de26b1f..790ae41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ CHANGELOG ========= +1.0.0 - 2019-11-28 +------------------ + +Initial release as versioned package distribution. + diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index c4f7514..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: major - -Initial release as versioned package distribution. diff --git a/pyproject.toml b/pyproject.toml index 101c72e..c8b292e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-webring" -version = "0.0.1" +version = "1.0.0" description = "Adds a webring to your site from a list of web feeds" authors = ["David Alfonso "] license = "AGPL-3.0"