Skip to content

Commit 7cc67ba

Browse files
committed
bump: version 0.31.1 → 0.31.2
1 parent b2c908e commit 7cc67ba

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.cz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
commitizen:
22
name: cz_conventional_commits
33
tag_format: v$version
4-
version: 0.31.1
4+
version: 0.31.2
55
version_files:
66
- setup.py
77
- docs/conf.py

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.31.2 (2022-12-14)
2+
3+
### Fix
4+
5+
- Remove setup's.py dependency on m2r
6+
17
## v0.31.1 (2021-12-29)
28

39
## v0.31.0 (2021-12-28)

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '0.31'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.31.1'
55+
release = '0.31.2'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(filename):
1414

1515
setup(
1616
name="python-binary-memcached",
17-
version="0.31.1",
17+
version="0.31.2",
1818
author="Jayson Reis",
1919
author_email="santosdosreis@gmail.com",
2020
description="A pure python module to access memcached via its binary protocol with SASL auth support",

0 commit comments

Comments
 (0)