Skip to content

Commit 8eaf40a

Browse files
committed
Bump version: 0.30.2 → 0.31.0
1 parent 0116c3b commit 8eaf40a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

marshmallow_mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727
from marshmallow_mongoengine.exceptions import ModelConversionError
2828

29-
__version__ = "0.30.2"
29+
__version__ = "0.31.0"
3030
__license__ = "MIT"
3131

3232
__all__ = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.30.2
2+
current_version = 0.31.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from setuptools import setup, find_packages
2+
from setuptools import find_packages, setup
33

44

55
def read(fname):
@@ -10,7 +10,7 @@ def read(fname):
1010

1111
setup(
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"),

0 commit comments

Comments
 (0)