Skip to content

Commit 2925a3e

Browse files
authored
Release 6.0.1
1 parent edb2014 commit 2925a3e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/release_notes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release Notes
44
=============
55

6+
v6.0.1
7+
------
8+
9+
* Fixing (:pr:`1242`) regression to the :code:`extra_headers` feature. These headers are intended for proxies that strip them,
10+
so they should be excluded from the AWS signature.
11+
612
v6.0.0
713
------
814

@@ -233,6 +239,10 @@ Contributors to this release:
233239
* :user:`rchilaka`-amzn
234240
* :user:`jonathantan`
235241

242+
v4.4.1
243+
----------
244+
* Fix compatibility with botocore 1.33.2 (#1235)
245+
236246
v4.4.0
237247
----------
238248
* Update for botocore 1.28 private API change (#1130) which caused the following exception::

pynamodb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88
__author__ = 'Jharrod LaFon'
99
__license__ = 'MIT'
10-
__version__ = '6.0.0'
10+
__version__ = '6.0.1'

0 commit comments

Comments
 (0)