From fc38bb94180c81ed60dd98b17d65071b5663c523 Mon Sep 17 00:00:00 2001 From: supakeen Date: Sat, 29 Aug 2020 12:09:18 +0200 Subject: [PATCH] Prepare for release. --- CHANGELOG.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0e4f23f..1ed64c7 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.2 (unreleased) -******************* +v1.2.2 (20200829) +***************** Some longer standing bugs get squatted in pragmatic ways. * Ensure minimum body width to prevent button falling off (#79) diff --git a/pyproject.toml b/pyproject.toml index d64b51d..61e2efb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pinnwand" -version = "1.2.1" +version = "1.2.2" description = "Straightforward pastebin software." authors = ["supakeen "] license = "MIT"