Skip to content

Commit

Permalink
Bump version: 0.3.2 --> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
powderflask committed Jan 14, 2024
1 parent 10be9cc commit fba59c4
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.2"
version = "0.3.3"
# The full version, including alpha/beta/rc tags.
release = "0.3.2"
release = "0.3.3"

# The master toctree document.
master_doc = "index"
Expand Down
2 changes: 1 addition & 1 deletion fmft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Joseph Fall"""
__email__ = "[email protected]"
__version__ = "0.3.2"
__version__ = "0.3.3"

from .views import (
FilteredModelFormsetTableView,
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_fmft"
version = "0.3.2"
version = "0.3.3"
requires-python = ">=3.8, <4.0"
description = "Class-based Views that integrate django-filters and django-tables2 with model formsets."
readme = "README.md"
Expand Down Expand Up @@ -80,7 +80,7 @@ include-package-data = true # True by default, declarations in MANIFEST.in
include = ["fmft", "fmft.*"]

[tool.bumpver]
current_version = "0.3.2"
current_version = "0.3.3"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version: {old_version} --> {new_version}"
commit = true
Expand Down

0 comments on commit fba59c4

Please sign in to comment.