Skip to content

Commit

Permalink
bumped version to v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Apr 14, 2024
1 parent 33c7569 commit 50c1a0d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE.

__title__ = 'Apprise'
__version__ = '1.7.5'
__version__ = '1.7.6'
__author__ = 'Chris Caron'
__license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2024 Chris Caron <[email protected]>'
Expand Down
22 changes: 17 additions & 5 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 1.7.5\n"
"Project-Id-Version: apprise 1.7.6\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-03-30 09:59-0400\n"
"POT-Creation-Date: 2024-04-13 20:12-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -32,6 +32,9 @@ msgstr ""
msgid "API Secret"
msgstr ""

msgid "API Token"
msgstr ""

msgid "Access Key"
msgstr ""

Expand Down Expand Up @@ -101,9 +104,6 @@ msgstr ""
msgid "Authentication Type"
msgstr ""

msgid "Authorization Token"
msgstr ""

msgid "Avatar Image"
msgstr ""

Expand Down Expand Up @@ -149,6 +149,9 @@ msgstr ""
msgid "Channels"
msgstr ""

msgid "Chantify"
msgstr ""

msgid "Class"
msgstr ""

Expand Down Expand Up @@ -254,6 +257,9 @@ msgstr ""
msgid "Facility"
msgstr ""

msgid "Feishu"
msgstr ""

msgid "Fetch Method"
msgstr ""

Expand Down Expand Up @@ -383,6 +389,9 @@ msgstr ""
msgid "MacOSX Notification"
msgstr ""

msgid "Markdown Version"
msgstr ""

msgid "Master Key"
msgstr ""

Expand Down Expand Up @@ -517,6 +526,9 @@ msgstr ""
msgid "Reply To Email"
msgstr ""

msgid "Resend Delay"
msgstr ""

msgid "Resubmit Flag"
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 @@ -54,7 +54,7 @@ Stride, Synology Chat, Syslog, Techulus Push, Telegram, Threema Gateway, Twilio,
Twitter, Twist, XBMC, Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}

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

%changelog
* Sat Apr 13 2024 Chris Caron <[email protected]> - 1.7.6
- Updated to v1.7.6

* Sat Mar 30 2024 Chris Caron <[email protected]> - 1.7.5
- Updated to v1.7.5

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

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

0 comments on commit 50c1a0d

Please sign in to comment.