File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
12commitizen :
23 name : cz_conventional_commits
34 tag_format : v$version
4- version : 0.31.2
5+ version : 0.31.3
56 version_files :
67 - setup.py
78 - docs/conf.py
Original file line number Diff line number Diff line change 5252# The short X.Y version.
5353version = '0.31'
5454# The full version, including alpha/beta/rc tags.
55- release = '0.31.2 '
55+ release = '0.31.3 '
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 @@ -14,7 +14,7 @@ def read(filename):
1414
1515setup (
1616 name = "python-binary-memcached" ,
17- version = "0.31.2 " ,
17+ version = "0.31.3 " ,
1818 author = "Jayson Reis" ,
19192020 description = "A pure python module to access memcached via its binary protocol with SASL auth support" ,
You can’t perform that action at this time.
0 commit comments