File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626 " Topic :: Internet :: WWW/HTTP" ,
2727]
2828requires-python = " >=3.9"
29- version = " 0.6.1 "
29+ version = " 0.6.2 "
3030dependencies = [
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 "
125125version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
126126commit_message = " :bookmark: bump version `{old_version}` -> `{new_version}`"
127127tag_message = " v{new_version}"
Original file line number Diff line number Diff line change 100100from wtforms .validators import Length
101101from 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 - "
Original file line number Diff line number Diff line change 44from wtforms_html5 import MINMAX_VALIDATORS
55from 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" )
You can’t perform that action at this time.
0 commit comments