summaryrefslogtreecommitdiff
path: root/calendar_cli
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-11-24 00:36:52 +0100
committerTobias Brox <tobias@redpill-linpro.com>2022-11-24 00:36:52 +0100
commit50dd36f46db83b476b4d2cbbdf62f3982ffe3e2d (patch)
treee101a4a05013c79a7ee328d1e0860fee3301f5e4 /calendar_cli
parent891359b85d305199a76283f412107359e8674b7d (diff)
downloadcalendar-cli-50dd36f46db83b476b4d2cbbdf62f3982ffe3e2d.zip
preparing for v0.14.0-release
Diffstat (limited to 'calendar_cli')
-rwxr-xr-xcalendar_cli/cal.py2
-rwxr-xr-xcalendar_cli/legacy.py2
-rw-r--r--calendar_cli/metadata.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/calendar_cli/cal.py b/calendar_cli/cal.py
index 682ac1f..24dc50b 100755
--- a/calendar_cli/cal.py
+++ b/calendar_cli/cal.py
@@ -2,7 +2,7 @@
"""https://github.com/tobixen/calendar-cli/ - high-level cli against caldav servers.
-Copyright (C) 2013-2021 Tobias Brox and other contributors.
+Copyright (C) 2013-2022 Tobias Brox and other contributors.
See https://www.gnu.org/licenses/gpl-3.0.en.html for license information.
diff --git a/calendar_cli/legacy.py b/calendar_cli/legacy.py
index b7b61dc..69dd3e6 100755
--- a/calendar_cli/legacy.py
+++ b/calendar_cli/legacy.py
@@ -7,7 +7,7 @@ This is the legacy calendar-cli. A new interface is being built in cal.py - aka
Feedback/wishes/discussions on the new cli can be held at
https://github.com/tobixen/calendar-cli/issues/88
-Copyright (C) 2013-2021 Tobias Brox and other contributors.
+Copyright (C) 2013-2022 Tobias Brox and other contributors.
See https://www.gnu.org/licenses/gpl-3.0.en.html for license information.
"""
diff --git a/calendar_cli/metadata.py b/calendar_cli/metadata.py
index a81437f..2f96421 100644
--- a/calendar_cli/metadata.py
+++ b/calendar_cli/metadata.py
@@ -1,5 +1,5 @@
metadata = {
- "version": "0.14.0.dev0",
+ "version": "0.14.0",
"author": "Tobias Brox",
"author_short": "tobixen",
"copyright": "Copyright 2013-2022, Tobias Brox and contributors",