Skip to content

Commit

Permalink
chore: release 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenmannmartin committed Dec 18, 2022
1 parent c0c9c46 commit 8d06064
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Thomas Irgang"

# The full version, including alpha/beta/rc tags
release = "0.1.25"
release = "0.1.27"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Thomas Irgang <[email protected]>",
"Alexander Hultnér <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from setuptools import setup

version = "0.1.26"
version = "0.1.27"

setup(
name="icalevents",
Expand Down

0 comments on commit 8d06064

Please sign in to comment.