chore: release 0.1.27

pull/119/head v0.1.27
Martin Eigenmann 2022-12-18 15:10:01 +01:00
rodzic c0c9c46475
commit 8d060642d1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 069D1EE3806CA368
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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 ---------------------------------------------------

Wyświetl plik

@ -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 <github@eigenmannmartin.ch>", "Thomas Irgang <thomas@irgang.eu>",
"Alexander Hultnér <ahultner+github@gmail.com>"]

Wyświetl plik

@ -1,7 +1,7 @@
#!/usr/bin/env python3
from setuptools import setup
version = "0.1.26"
version = "0.1.27"
setup(
name="icalevents",