From 8d060642d16be22cc96de7212678b4c0a109b683 Mon Sep 17 00:00:00 2001 From: Martin Eigenmann Date: Sun, 18 Dec 2022 15:10:01 +0100 Subject: [PATCH] chore: release 0.1.27 --- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 032a499..8977b72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ copyright = "2021, Thomas Irgang" author = "Thomas Irgang" # The full version, including alpha/beta/rc tags -release = "0.1.25" +release = "0.1.27" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 90b5c6e..cc61fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "icalevents" -version = "0.1.26" +version = "0.1.27" description = "Simple Python 3 library to download, parse and query iCal sources." authors = ["Martin Eigenmann ", "Thomas Irgang ", "Alexander Hultnér "] diff --git a/setup.py b/setup.py index 93e2422..8cfdd14 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from setuptools import setup -version = "0.1.26" +version = "0.1.27" setup( name="icalevents",