Skip to content

Commit

Permalink
bumped version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Feb 22, 2023
1 parent 4c54207 commit 6458ab0
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 34 deletions.
46 changes: 22 additions & 24 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
BSD 3-Clause License
Copyright (c) Chris Caron <[email protected]>
All rights reserved.

Apprise - Push Notification Library.
Copyright (c) 2023, Chris Caron <[email protected]>
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of Django nor the names of its contributors may be used
to endorse or promote products derived from this software without
specific prior written permission.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4 changes: 2 additions & 2 deletions apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
# POSSIBILITY OF SUCH DAMAGE.

__title__ = 'Apprise'
__version__ = '1.2.1'
__version__ = '1.3.0'
__author__ = 'Chris Caron'
__license__ = 'GPLv2'
__license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2023 Chris Caron <[email protected]>'
__email__ = '[email protected]'
__status__ = 'Production'
Expand Down
29 changes: 25 additions & 4 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Translations template for apprise.
# Copyright (C) 2022 Chris Caron
# Copyright (C) 2023 Chris Caron
# This file is distributed under the same license as the apprise project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 1.2.1\n"
"Project-Id-Version: apprise 1.3.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2022-12-28 09:43-0500\n"
"POT-Creation-Date: 2023-02-22 17:31-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"
Expand Down Expand Up @@ -50,6 +50,9 @@ msgstr ""
msgid "Account SID"
msgstr ""

msgid "Action"
msgstr ""

msgid "Add Tokens"
msgstr ""

Expand Down Expand Up @@ -83,6 +86,9 @@ msgstr ""
msgid "Attach"
msgstr ""

msgid "Attach File As"
msgstr ""

msgid "Attach Filename"
msgstr ""

Expand All @@ -92,6 +98,9 @@ msgstr ""
msgid "Authentication Key"
msgstr ""

msgid "Authentication Type"
msgstr ""

msgid "Authorization Token"
msgstr ""

Expand Down Expand Up @@ -305,6 +314,9 @@ msgstr ""
msgid "Include Segment"
msgstr ""

msgid "Integration ID"
msgstr ""

msgid "Is Ad?"
msgstr ""

Expand Down Expand Up @@ -353,6 +365,9 @@ msgstr ""
msgid "Message Type"
msgstr ""

msgid "Meta Extras"
msgstr ""

msgid "Modal"
msgstr ""

Expand Down Expand Up @@ -658,6 +673,9 @@ msgstr ""
msgid "Text To Speech"
msgstr ""

msgid "Third Party ID"
msgstr ""

msgid "Thread ID"
msgstr ""

Expand Down Expand Up @@ -715,6 +733,9 @@ msgstr ""
msgid "Use Session"
msgstr ""

msgid "User Email"
msgstr ""

msgid "User ID"
msgstr ""

Expand Down
9 changes: 7 additions & 2 deletions packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# BSD 3-Clause License
#
# Apprise - Push Notification Library.
Expand Down Expand Up @@ -57,7 +56,7 @@ SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram,
Twilio, Twitter, Twist, XBMC, Voipms, Vonage, Webex Teams}

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

%changelog
* Wed Feb 22 2023 Chris Caron <[email protected]> - 1.3.0
- Updated to v1.3.0

* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@

setup(
name='apprise',
version='1.2.1',
version='1.3.0',
description='Push Notifications that work with just about every platform!',
license='GPLv2',
license='BSD',
long_description=open('README.md', encoding="utf-8").read(),
long_description_content_type='text/markdown',
cmdclass=cmdclass,
Expand Down

0 comments on commit 6458ab0

Please sign in to comment.