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"},