WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8d06064

Browse files
chore: release 0.1.27
1 parent c0c9c46 commit 8d06064

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Thomas Irgang"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.1.25"
26+
release = "0.1.27"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "icalevents"
3-
version = "0.1.26"
3+
version = "0.1.27"
44
description = "Simple Python 3 library to download, parse and query iCal sources."
55
authors = ["Martin Eigenmann <[email protected]>", "Thomas Irgang <[email protected]>",
66
"Alexander Hultnér <[email protected]>"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
from setuptools import setup
33

4-
version = "0.1.26"
4+
version = "0.1.27"
55

66
setup(
77
name="icalevents",

0 commit comments

Comments
 (0)