Skip to content

Commit

Permalink
bumped version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Dec 28, 2022
1 parent 4ecfe7f commit 3d07004
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# THE SOFTWARE.

__title__ = 'Apprise'
__version__ = '1.2.0'
__version__ = '1.2.1'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2022 Chris Caron <[email protected]>'
Expand Down
12 changes: 9 additions & 3 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,26 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 1.2.0\n"
"Project-Id-Version: apprise 1.2.1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2022-11-15 18:36+0000\n"
"POT-Creation-Date: 2022-12-28 09:43-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.11.0\n"
"Generated-By: Babel 2.9.1\n"

msgid "A local Gnome environment is required."
msgstr ""

msgid "A local Microsoft Windows environment is required."
msgstr ""

msgid "API Access Token"
msgstr ""

msgid "API Key"
msgstr ""

Expand Down Expand Up @@ -388,6 +391,9 @@ msgid ""
"/usr/local/bin/terminal-notifier is locally accessible."
msgstr ""

msgid "Open/Click URL"
msgstr ""

msgid "Organization"
msgstr ""

Expand Down
5 changes: 4 additions & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist,
XBMC, Vonage, Webex Teams}

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

%changelog
* Wed Dec 28 2022 Chris Caron <[email protected]> - 1.2.1-1
- Updated to v1.2.1

* Tue Nov 15 2022 Chris Caron <[email protected]> - 1.2.0-1
- Updated to v1.2.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='apprise',
version='1.2.0',
version='1.2.1',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md', encoding="utf-8").read(),
Expand Down

0 comments on commit 3d07004

Please sign in to comment.