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" : " ``pi``" ,
4+ "description" : " Update pi command to latest version" ,
5+ "type" : " api-change"
6+ }
7+ ]
Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5+ 1.15.29
6+ =======
7+
8+ * api-change:``pi ``: Update pi command to latest version
9+
10+
5111.15.28
612=======
713
Original file line number Diff line number Diff line change 1717"""
1818import os
1919
20- __version__ = '1.15.28 '
20+ __version__ = '1.15.29 '
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.28 '
55+ release = '1.15.29 '
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.28
7+ botocore ==1.10.29
88 colorama>=0.2.5,<=0.3.9
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.28 ' ,
26+ requires = ['botocore==1.10.29 ' ,
2727 'colorama>=0.2.5,<=0.3.9' ,
2828 'docutils>=0.10' ,
2929 'rsa>=3.1.2,<=3.5.0' ,
You can’t perform that action at this time.
0 commit comments