Skip to content

Commit

Permalink
Merge branch 'release-1.27.29'
Browse files Browse the repository at this point in the history
* release-1.27.29:
  Bumping version to 1.27.29
  Update to latest models
  Update NOTICE file with current information (#2718)
  • Loading branch information
aws-sdk-python-automation committed Jul 13, 2022
2 parents c9073a4 + 02fa49f commit 741f642
Show file tree
Hide file tree
Showing 6 changed files with 732 additions and 46 deletions.
7 changes: 7 additions & 0 deletions .changes/1.27.29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``appconfig``",
"description": "Adding Create, Get, Update, Delete, and List APIs for new two new resources: Extensions and ExtensionAssociations.",
"type": "api-change"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.27.29
=======

* api-change:``appconfig``: Adding Create, Get, Update, Delete, and List APIs for new two new resources: Extensions and ExtensionAssociations.


1.27.28
=======

Expand Down
44 changes: 9 additions & 35 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Botocore
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2012-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

----

Botocore includes a vendorized copy of the requests python library to ease installation.
Botocore includes vendorized parts of the requests python library for backwards compatibility.

Requests License
================
Expand All @@ -22,8 +22,7 @@ Copyright 2013 Kenneth Reitz
See the License for the specific language governing permissions and
limitations under the License.


The requests library also includes some vendorized python libraries to ease installation.
Botocore includes vendorized parts of the urllib3 library for backwards compatibility.

Urllib3 License
===============
Expand All @@ -49,38 +48,13 @@ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TOR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Chardet License
===============

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA

Bundle of CA Root Certificates
==============================

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
***** BEGIN LICENSE BLOCK *****
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL
was not distributed with this file, You can obtain
one at http://mozilla.org/MPL/2.0/.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301
***** END LICENSE BLOCK *****
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.27.28'
__version__ = '1.27.29'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit 741f642

Please sign in to comment.