From 3563f944d1c3f31e074eb3f7304afd9783170dbf Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Thu, 27 Jul 2023 08:53:55 +0200 Subject: [PATCH] chore: 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 8104a3a..85b6bca 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.5.0 (unreleased) -******************* +v1.5.0 (20230727) +***************** * Change the tab size in the HTML to be 4. * List lexer endpoint in configuration by ChrisLovering_. * Reorder Containerfile to optimise caching by ChrisLovering_. diff --git a/pyproject.toml b/pyproject.toml index f094d3a..3287504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pinnwand" -version = "1.4.0" +version = "1.5.0" description = "Straightforward pastebin software." authors = [ {name = "Simon de Vlieger", email = "cmdr@supakeen.com"},