Skip to content

Commit 1d980c9

Browse files
committed
bump: version 0.31.4 -> 0.32.0
1 parent 6bbb29d commit 1d980c9

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: v$version
5-
version: 0.31.4
5+
version: 0.32.0
66
version_files:
77
- setup.py
88
- docs/conf.py

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.32.0 (2026-04-28)
2+
3+
### Docs
4+
5+
- Add repository contribution guidelines.
6+
17
## v0.31.2 (2022-12-14)
28

39
### Fix

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '0.31'
53+
version = '0.32'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.31.4'
55+
release = '0.32.0'
5656

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

setup.py

Lines changed: 1 addition & 1 deletion
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.4",
17+
version="0.32.0",
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)