File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -28,23 +28,18 @@ endif::[]
28
28
//
29
29
//[float]
30
30
//===== Bug fixes
31
- === Unreleased
32
31
33
- // Unreleased changes go here
34
- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
35
- //[float]
36
- //===== Features
32
+ [[release-notes-6.x]]
33
+ === Python Agent version 6.x
37
34
35
+ [[release-notes-6.6.1]]
36
+ ==== 6.6.1 - 2021-11-02
38
37
39
38
[float]
40
39
===== Bug fixes
41
40
42
41
* Fix some context fields and metadata handling in AWS Lambda support {pull}1368[#1368]
43
42
44
-
45
- [[release-notes-6.x]]
46
- === Python Agent version 6.x
47
-
48
43
[[release-notes-6.6.0]]
49
44
==== 6.6.0 - 2021-10-18
50
45
Original file line number Diff line number Diff line change 28
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
- __version__ = (6 , 6 , 0 )
31
+ __version__ = (6 , 6 , 1 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments