From 1b01241affebad9d806646bcecbf9134e3d2877c Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Sun, 11 Aug 2024 23:40:06 +0200 Subject: [PATCH] Version bump to 1.1.0 --- doc/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 71801bc..79ed378 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ # built documents. # # The short X.Y version. -version = "1.0.12" +version = "1.1.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index d352b15..dcfee6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest_httpserver" -version = "1.0.12" +version = "1.1.0" description = "pytest-httpserver is a httpserver for pytest" authors = ["Zsolt Cserna "] license = "MIT"