Skip to content

Commit 3d46080

Browse files
committed
🔖 bump version 0.6.1 -> 0.6.2
1 parent 0f7a115 commit 3d46080

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![pre-commit.ci Status](https://results.pre-commit.ci/badge/github/brutus/wtforms-html5/main.svg)](https://results.pre-commit.ci/latest/github/brutus/wtforms-html5/main)
66
[![Test Status](https://github.com/brutus/wtforms-html5/actions/workflows/test.yml/badge.svg)](https://github.com/brutus/wtforms-html5/actions/workflows/test.yml)
77

8-
**VERSION**: `0.6.1`
8+
**VERSION**: `0.6.2`
99

1010
**WTForms HTML5** generates render keywords for HTML5 INPUT widgets used by the
1111
[WTForms] library.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Internet :: WWW/HTTP",
2727
]
2828
requires-python = ">=3.9"
29-
version = "0.6.1"
29+
version = "0.6.2"
3030
dependencies = [
3131
"wtforms",
3232
]
@@ -121,7 +121,7 @@ dependencies = [
121121
]
122122

123123
[tool.bumpver]
124-
current_version = "0.6.1"
124+
current_version = "0.6.2"
125125
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
126126
commit_message = ":bookmark: bump version `{old_version}` -> `{new_version}`"
127127
tag_message = "v{new_version}"

src/wtforms_html5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
from wtforms.validators import Length
101101
from wtforms.validators import NumberRange
102102

103-
__version__ = "0.6.1"
103+
__version__ = "0.6.2"
104104
__author__ = "Brutus [DMC] <[email protected]>"
105105
__license__ = (
106106
"GNU General Public License v3 or above - "

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from wtforms_html5 import MINMAX_VALIDATORS
55
from wtforms_html5 import MINMAXLENGTH_VALIDATORS
66

7-
EXP_VERSION = "0.6.1"
7+
EXP_VERSION = "0.6.2"
88

99

1010
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)