File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626)
2727from marshmallow_mongoengine .exceptions import ModelConversionError
2828
29- __version__ = "0.30.2 "
29+ __version__ = "0.31.0 "
3030__license__ = "MIT"
3131
3232__all__ = [
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.30.2
2+ current_version = 0.31.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- from setuptools import setup , find_packages
2+ from setuptools import find_packages , setup
33
44
55def read (fname ):
@@ -10,7 +10,7 @@ def read(fname):
1010
1111setup (
1212 name = "marshmallow-mongoengine" ,
13- version = "0.30.2 " ,
13+ version = "0.31.0 " ,
1414 description = "Mongoengine integration with the marshmallow "
1515 "(de)serialization library" ,
1616 long_description = read ("README.rst" ),
You can’t perform that action at this time.
0 commit comments