Skip to content

Commit

Permalink
bump: version 0.31.3 → 0.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Jan 8, 2025
1 parent 538a75a commit 6cdc678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commitizen:
name: cz_conventional_commits
tag_format: v$version
version: 0.31.3
version: 0.31.4
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.3'
release = '0.31.4'

# 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.3",
version="0.31.4",
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 6cdc678

Please sign in to comment.