File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
commitizen :
2
2
name : cz_conventional_commits
3
3
tag_format : v$version
4
- version : 0.31.1
4
+ version : 0.31.2
5
5
version_files :
6
6
- setup.py
7
7
- docs/conf.py
Original file line number Diff line number Diff line change
1
+ ## v0.31.2 (2022-12-14)
2
+
3
+ ### Fix
4
+
5
+ - Remove setup's.py dependency on m2r
6
+
1
7
## v0.31.1 (2021-12-29)
2
8
3
9
## v0.31.0 (2021-12-28)
Original file line number Diff line number Diff line change 52
52
# The short X.Y version.
53
53
version = '0.31'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '0.31.1 '
55
+ release = '0.31.2 '
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 @@ -14,7 +14,7 @@ def read(filename):
14
14
15
15
setup (
16
16
name = "python-binary-memcached" ,
17
- version = "0.31.1 " ,
17
+ version = "0.31.2 " ,
18
18
author = "Jayson Reis" ,
19
19
author_email = "santosdosreis@gmail.com" ,
20
20
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