File tree 6 files changed +17
-4
lines changed
6 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "category" : " ``medialive``" ,
4
+ "description" : " Update medialive command to latest version" ,
5
+ "type" : " api-change"
6
+ }
7
+ ]
Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.15.34
6
+ =======
7
+
8
+ * api-change:``medialive ``: Update medialive command to latest version
9
+
10
+
5
11
1.15.33
6
12
=======
7
13
Original file line number Diff line number Diff line change 17
17
"""
18
18
import os
19
19
20
- __version__ = '1.15.33 '
20
+ __version__ = '1.15.34 '
21
21
22
22
#
23
23
# Get our data path to be added to botocore's search path
Original file line number Diff line number Diff line change 52
52
# The short X.Y version.
53
53
version = '1.15.'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '1.15.33 '
55
+ release = '1.15.34 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ universal = 1
4
4
5
5
[metadata]
6
6
requires-dist =
7
- botocore ==1.10.33
7
+ botocore ==1.10.34
8
8
colorama>=0.2.5,<=0.3.9
9
9
docutils>=0.10
10
10
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):
23
23
raise RuntimeError ("Unable to find version string." )
24
24
25
25
26
- requires = ['botocore==1.10.33 ' ,
26
+ requires = ['botocore==1.10.34 ' ,
27
27
'colorama>=0.2.5,<=0.3.9' ,
28
28
'docutils>=0.10' ,
29
29
'rsa>=3.1.2,<=3.5.0' ,
You can’t perform that action at this time.
0 commit comments