Skip to content

Commit

Permalink
bumped version to v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jun 3, 2022
1 parent fb32f1f commit aaf0aea
Show file tree
Hide file tree
Showing 4 changed files with 36 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__ = '0.9.8.3'
__version__ = '0.9.9'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2022 Chris Caron <[email protected]>'
Expand Down
31 changes: 29 additions & 2 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 0.9.8.3\n"
"Project-Id-Version: apprise 0.9.9\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2022-04-28 19:16-0400\n"
"POT-Creation-Date: 2022-06-02 20:20-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 Down Expand Up @@ -98,6 +98,9 @@ msgstr ""
msgid "Avatar URL"
msgstr ""

msgid "Badge"
msgstr ""

msgid "Batch Mode"
msgstr ""

Expand All @@ -122,9 +125,15 @@ msgstr ""
msgid "Carbon Copy"
msgstr ""

msgid "Category"
msgstr ""

msgid "Channels"
msgstr ""

msgid "Class"
msgstr ""

msgid "Click"
msgstr ""

Expand All @@ -134,6 +143,9 @@ msgstr ""
msgid "Client Secret"
msgstr ""

msgid "Component"
msgstr ""

msgid "Consumer Key"
msgstr ""

Expand All @@ -146,6 +158,9 @@ msgstr ""
msgid "Currency"
msgstr ""

msgid "Custom Details"
msgstr ""

msgid "Custom Icon"
msgstr ""

Expand Down Expand Up @@ -290,6 +305,9 @@ msgstr ""
msgid "Language"
msgstr ""

msgid "Level"
msgstr ""

msgid "Local File"
msgstr ""

Expand Down Expand Up @@ -427,6 +445,9 @@ msgstr ""
msgid "Route"
msgstr ""

msgid "Routing Key"
msgstr ""

msgid "SMTP Server"
msgstr ""

Expand Down Expand Up @@ -472,6 +493,9 @@ msgstr ""
msgid "Sound Link"
msgstr ""

msgid "Source"
msgstr ""

msgid "Source Email"
msgstr ""

Expand Down Expand Up @@ -526,6 +550,9 @@ msgstr ""
msgid "Target Escalation"
msgstr ""

msgid "Target Group ID"
msgstr ""

msgid "Target JID"
msgstr ""

Expand Down
7 changes: 5 additions & 2 deletions packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SMTP2Go, Spontit, SparkPost, Super Toasty, Streamlabs, Stride, Syslog,
Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}

Name: python-%{pypi_name}
Version: 0.9.8.3
Version: 0.9.9
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: MIT
Expand Down Expand Up @@ -237,13 +237,16 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif

%changelog
* Thu Jun 2 2022 Chris Caron <[email protected]> - 0.9.9-1
- Updated to v0.9.9

* Thu Apr 28 2022 Chris Caron <[email protected]> - 0.9.8.3-1
- Updated to v0.9.8.3

* Sat Apr 23 2022 Chris Caron <[email protected]> - 0.9.8.2-1
- Updated to v0.9.8.2

* Tue Apr 18 2022 Chris Caron <[email protected]> - 0.9.8.1-1
* Tue Apr 19 2022 Chris Caron <[email protected]> - 0.9.8.1-1
- Updated to v0.9.8.1

* Mon Apr 18 2022 Chris Caron <[email protected]> - 0.9.8-1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

setup(
name='apprise',
version='0.9.8.3',
version='0.9.9',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),
Expand Down

0 comments on commit aaf0aea

Please sign in to comment.