Skip to content

Commit c6cfb9d

Browse files
committed
Bump version to 2.2.0
1 parent c6bfcc2 commit c6cfb9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.2
2+
current_version = 2.2.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((\-rc)(?P<build>\d+))?

pydantic_forms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
"""Pydantic-forms engine."""
1515

16-
__version__ = "2.1.2"
16+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)