Skip to content

Commit

Permalink
Showing 7 changed files with 27 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.138.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``ec2``",
"description": "Documentation updates for Elastic Compute Cloud (EC2).",
"type": "api-change"
},
{
"category": "``fms``",
"description": "Increases Customer API's ManagedServiceData length",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Added response overrides to Head Object requests.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-89676.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fms-56362.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-25277.json

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,14 @@
CHANGELOG
=========

1.34.138
========

* api-change:``ec2``: Documentation updates for Elastic Compute Cloud (EC2).
* api-change:``fms``: Increases Customer API's ManagedServiceData length
* api-change:``s3``: Added response overrides to Head Object requests.


1.34.137
========

2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.137'
__version__ = '1.34.138'


class NullHandler(logging.Handler):
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.137'
release = '1.34.138'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

0 comments on commit 7d8512b

Please sign in to comment.