Skip to content

Commit

Permalink
Bump to v1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricematrat committed Dec 6, 2023
1 parent f479365 commit 126023d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# the built documents.
#
# The short X.Y version and the full version.
version = release = '1.3.1'
version = release = '1.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

PROJECT_NAME = 'macaroonbakery'

# version 1.3.1
VERSION = (1, 3, 1)
# version 1.3.2
VERSION = (1, 3, 2)


def get_version():
Expand Down

0 comments on commit 126023d

Please sign in to comment.