Skip to content

Commit

Permalink
bump: version 0.31.2 → 0.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Oct 23, 2024
1 parent bca4424 commit 600ec1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
commitizen:
name: cz_conventional_commits
tag_format: v$version
version: 0.31.2
version: 0.31.3
version_files:
- setup.py
- docs/conf.py
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '0.31'
# The full version, including alpha/beta/rc tags.
release = '0.31.2'
release = '0.31.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(filename):

setup(
name="python-binary-memcached",
version="0.31.2",
version="0.31.3",
author="Jayson Reis",
author_email="[email protected]",
description="A pure python module to access memcached via its binary protocol with SASL auth support",
Expand Down

0 comments on commit 600ec1b

Please sign in to comment.