We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d3eaf commit 9ede5afCopy full SHA for 9ede5af
dataclass_wizard/__version__.py
@@ -7,7 +7,7 @@
7
'with initial values. Construct a dataclass schema with ' \
8
'JSON input.'
9
__url__ = 'https://github.com/rnag/dataclass-wizard'
10
-__version__ = '0.27.0'
+__version__ = '0.28.0'
11
__author__ = 'Ritvik Nag'
12
__author_email__ = 'rv.kvetch@gmail.com'
13
__license__ = 'Apache 2.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.27.0
+current_version = 0.28.0
3
commit = True
4
tag = True
5
0 commit comments