File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "category" : " ``alexaforbusiness``" ,
4+ "description" : " Update alexaforbusiness command to latest version" ,
5+ "type" : " api-change"
6+ },
7+ {
8+ "category" : " ``budgets``" ,
9+ "description" : " Update budgets command to latest version" ,
10+ "type" : " api-change"
11+ },
12+ {
13+ "category" : " ``es``" ,
14+ "description" : " Update es command to latest version" ,
15+ "type" : " api-change"
16+ },
17+ {
18+ "category" : " ``s3``" ,
19+ "description" : " Update s3 command to latest version" ,
20+ "type" : " api-change"
21+ }
22+ ]
Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5+ 1.15.15
6+ =======
7+
8+ * api-change:``alexaforbusiness ``: Update alexaforbusiness command to latest version
9+ * api-change:``budgets ``: Update budgets command to latest version
10+ * api-change:``es ``: Update es command to latest version
11+ * api-change:``s3 ``: Update s3 command to latest version
12+
13+
5141.15.14
615=======
716
Original file line number Diff line number Diff line change 1717"""
1818import os
1919
20- __version__ = '1.15.14 '
20+ __version__ = '1.15.15 '
2121
2222#
2323# Get our data path to be added to botocore's search path
Original file line number Diff line number Diff line change 5252# The short X.Y version.
5353version = '1.15.'
5454# The full version, including alpha/beta/rc tags.
55- release = '1.15.14 '
55+ release = '1.15.15 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ universal = 1
44
55[metadata]
66requires-dist =
7- botocore ==1.10.14
7+ botocore ==1.10.15
88 colorama>=0.2.5,<=0.3.7
99 docutils>=0.10
1010 rsa>=3.1.2,<=3.5.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def find_version(*file_paths):
2323 raise RuntimeError ("Unable to find version string." )
2424
2525
26- requires = ['botocore==1.10.14 ' ,
26+ requires = ['botocore==1.10.15 ' ,
2727 'colorama>=0.2.5,<=0.3.7' ,
2828 'docutils>=0.10' ,
2929 'rsa>=3.1.2,<=3.5.0' ,
You can’t perform that action at this time.
0 commit comments