Skip to content

Commit

Permalink
Bump version: 0.3.5 --> 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
powderflask committed Nov 12, 2023
1 parent 58fdfb3 commit 727fe7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
author = "Joseph Fall"

# The short X.Y version.
version = "0.3.5"
version = "0.3.6"
# The full version, including alpha/beta/rc tags.
release = "0.3.5"
release = "0.3.6"

# The master toctree document.
master_doc = "index"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django_signoffs"
version = "0.3.5"
version = "0.3.6"
requires-python = ">=3.8, <4.0"
description = 'A mico-framework for collecting lightweight, non-crypto "signatures" for virtually anything.'
readme = "README.md"
Expand Down Expand Up @@ -78,7 +78,7 @@ include-package-data = true # True by default, declarations in MANIFEST.in
include = ["signoffs", "signoffs.*"]

[tool.bumpver]
current_version = "0.3.5"
current_version = "0.3.6"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version: {old_version} --> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion signoffs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = "Joseph Fall"
__email__ = "[email protected]"
__version__ = "0.3.5"
__version__ = "0.3.6"

0 comments on commit 727fe7a

Please sign in to comment.