Browse Source

bumped version to v1.7.6

pull/1109/head v1.7.6
Chris Caron 7 months ago
parent
commit
50c1a0d0ba
  1. 2
      apprise/__init__.py
  2. 22
      apprise/i18n/apprise.pot
  3. 5
      packaging/redhat/python-apprise.spec
  4. 2
      setup.py

2
apprise/__init__.py

@ -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 <lead2gold@gmail.com>'

22
apprise/i18n/apprise.pot

@ -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: lead2gold@gmail.com\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 <LL@li.org>\n"
@ -32,6 +32,9 @@ msgstr ""
msgid "API Secret"
msgstr ""
msgid "API Token"
msgstr ""
msgid "Access Key"
msgstr ""
@ -101,9 +104,6 @@ msgstr ""
msgid "Authentication Type"
msgstr ""
msgid "Authorization Token"
msgstr ""
msgid "Avatar Image"
msgstr ""
@ -149,6 +149,9 @@ msgstr ""
msgid "Channels"
msgstr ""
msgid "Chantify"
msgstr ""
msgid "Class"
msgstr ""
@ -254,6 +257,9 @@ msgstr ""
msgid "Facility"
msgstr ""
msgid "Feishu"
msgstr ""
msgid "Fetch Method"
msgstr ""
@ -383,6 +389,9 @@ msgstr ""
msgid "MacOSX Notification"
msgstr ""
msgid "Markdown Version"
msgstr ""
msgid "Master Key"
msgstr ""
@ -517,6 +526,9 @@ msgstr ""
msgid "Reply To Email"
msgstr ""
msgid "Resend Delay"
msgstr ""
msgid "Resubmit Flag"
msgstr ""

5
packaging/redhat/python-apprise.spec

@ -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
@ -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 <lead2gold@gmail.com> - 1.7.6
- Updated to v1.7.6
* Sat Mar 30 2024 Chris Caron <lead2gold@gmail.com> - 1.7.5
- Updated to v1.7.5

2
setup.py

@ -62,7 +62,7 @@ else:
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(),

Loading…
Cancel
Save