Skip to content

Commit

Permalink
bumped version to v0.9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Sep 18, 2021
1 parent b1a4d09 commit bbc1c1a
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 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.5'
__version__ = '0.9.5.1'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2021 Chris Caron <[email protected]>'
Expand Down
34 changes: 32 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.5\n"
"Project-Id-Version: apprise 0.9.5.1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2021-09-18 15:12-0400\n"
"POT-Creation-Date: 2021-09-18 16:01-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 @@ -44,9 +44,15 @@ msgstr ""
msgid "Add Tokens"
msgstr ""

msgid "Alert Type"
msgstr ""

msgid "Alias"
msgstr ""

msgid "Amount"
msgstr ""

msgid "App Access Token"
msgstr ""

Expand Down Expand Up @@ -98,6 +104,9 @@ msgstr ""
msgid "Cache Results"
msgstr ""

msgid "Call"
msgstr ""

msgid "Carbon Copy"
msgstr ""

Expand All @@ -119,6 +128,9 @@ msgstr ""
msgid "Country"
msgstr ""

msgid "Currency"
msgstr ""

msgid "Custom Icon"
msgstr ""

Expand Down Expand Up @@ -218,6 +230,12 @@ msgstr ""
msgid "Icon Type"
msgstr ""

msgid "Identifier"
msgstr ""

msgid "Image Link"
msgstr ""

msgid "Include Footer"
msgstr ""

Expand Down Expand Up @@ -272,6 +290,9 @@ msgstr ""
msgid "NSFW"
msgstr ""

msgid "Name"
msgstr ""

msgid "Notification ID"
msgstr ""

Expand Down Expand Up @@ -377,6 +398,9 @@ msgstr ""
msgid "Sound"
msgstr ""

msgid "Sound Link"
msgstr ""

msgid "Source Email"
msgstr ""

Expand All @@ -386,12 +410,18 @@ msgstr ""
msgid "Source Phone No"
msgstr ""

msgid "Special Text Color"
msgstr ""

msgid "Sticky"
msgstr ""

msgid "Subtitle"
msgstr ""

msgid "Syslog Mode"
msgstr ""

msgid "Tags"
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 @@ -58,7 +58,7 @@ Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBM
XMPP, Webex Teams}

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

%changelog
* Sat Sep 18 2021 Chris Caron <[email protected]> - 0.9.5.1-2
- Updated to v0.9.5.1

* Sat Sep 18 2021 Chris Caron <[email protected]> - 0.9.5-1
- Updated to v0.9.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='0.9.5',
version='0.9.5.1',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),
Expand Down

0 comments on commit bbc1c1a

Please sign in to comment.