diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4272083..416c354 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,8 +4,8 @@ Changelog ``pinnwand`` is Python pastebin software that tried to keep it simple but got a little more complex. -v1.2.3 (unreleased) -******************* +v1.2.3 (20210109) +***************** Fixes to packaging and build setup. * Use poetry-core as build-backend (#101) diff --git a/pyproject.toml b/pyproject.toml index 1fb11a0..2f67c14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pinnwand" -version = "1.2.2" +version = "1.2.3" description = "Straightforward pastebin software." authors = ["supakeen "] license = "MIT"