Skip to content

Commit

Permalink
bump: version 0.31.1 → 0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Dec 14, 2022
1 parent b2c908e commit 7cc67ba
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commitizen:
name: cz_conventional_commits
tag_format: v$version
version: 0.31.1
version: 0.31.2
version_files:
- setup.py
- docs/conf.py
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.31.2 (2022-12-14)

### Fix

- Remove setup's.py dependency on m2r

## v0.31.1 (2021-12-29)

## v0.31.0 (2021-12-28)
Expand Down
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.1'
release = '0.31.2'

# 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.1",
version="0.31.2",
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 7cc67ba

Please sign in to comment.