Skip to content

Commit 3d07004

Browse files
committed
bumped version to v1.2.1
1 parent 4ecfe7f commit 3d07004

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

apprise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# THE SOFTWARE.
2525

2626
__title__ = 'Apprise'
27-
__version__ = '1.2.0'
27+
__version__ = '1.2.1'
2828
__author__ = 'Chris Caron'
2929
__license__ = 'MIT'
3030
__copywrite__ = 'Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>'

apprise/i18n/apprise.pot

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,26 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: apprise 1.2.0\n"
9+
"Project-Id-Version: apprise 1.2.1\n"
1010
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
11-
"POT-Creation-Date: 2022-11-15 18:36+0000\n"
11+
"POT-Creation-Date: 2022-12-28 09:43-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.11.0\n"
18+
"Generated-By: Babel 2.9.1\n"
1919

2020
msgid "A local Gnome environment is required."
2121
msgstr ""
2222

2323
msgid "A local Microsoft Windows environment is required."
2424
msgstr ""
2525

26+
msgid "API Access Token"
27+
msgstr ""
28+
2629
msgid "API Key"
2730
msgstr ""
2831

@@ -388,6 +391,9 @@ msgid ""
388391
"/usr/local/bin/terminal-notifier is locally accessible."
389392
msgstr ""
390393

394+
msgid "Open/Click URL"
395+
msgstr ""
396+
391397
msgid "Organization"
392398
msgstr ""
393399

packaging/redhat/python-apprise.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist,
4848
XBMC, Vonage, Webex Teams}
4949

5050
Name: python-%{pypi_name}
51-
Version: 1.2.0
51+
Version: 1.2.1
5252
Release: 1%{?dist}
5353
Summary: A simple wrapper to many popular notification services used today
5454
License: MIT
@@ -176,6 +176,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
176176
%{python3_sitelib}/%{pypi_name}/cli.*
177177

178178
%changelog
179+
* Wed Dec 28 2022 Chris Caron <lead2gold@gmail.com> - 1.2.1-1
180+
- Updated to v1.2.1
181+
179182
* Tue Nov 15 2022 Chris Caron <lead2gold@gmail.com> - 1.2.0-1
180183
- Updated to v1.2.0
181184

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
setup(
6262
name='apprise',
63-
version='1.2.0',
63+
version='1.2.1',
6464
description='Push Notifications that work with just about every platform!',
6565
license='MIT',
6666
long_description=open('README.md', encoding="utf-8").read(),

0 commit comments

Comments
 (0)