From 71884283a3d9e547622a4b549b511a0ac149977a Mon Sep 17 00:00:00 2001 From: Alejandro Piad Date: Thu, 2 Jan 2020 20:12:35 +0100 Subject: [PATCH] Bump version --- docs/history.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index 678de59..8279fb8 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,5 +1,9 @@ # History +### v19.1.6 + +* Fixed bug where `auditorium server` would keep an unused slideshow name forever. + ### v19.1.5 * Fixed automatic server address for `auditorium publish`. diff --git a/pyproject.toml b/pyproject.toml index 2d5c673..f3b5a34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "auditorium" -version = "19.1.5" +version = "19.1.6" description = "A Python-powered slideshow maker with steroids." authors = ["Alejandro Piad "] license = "MIT"