Skip to content

Commit

Permalink
Bump version: 0.30.2 → 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Pons Freixes committed May 21, 2022
1 parent 0116c3b commit 8eaf40a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion marshmallow_mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
)
from marshmallow_mongoengine.exceptions import ModelConversionError

__version__ = "0.30.2"
__version__ = "0.31.0"
__license__ = "MIT"

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.30.2
current_version = 0.31.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
from setuptools import find_packages, setup


def read(fname):
Expand All @@ -10,7 +10,7 @@ def read(fname):

setup(
name="marshmallow-mongoengine",
version="0.30.2",
version="0.31.0",
description="Mongoengine integration with the marshmallow "
"(de)serialization library",
long_description=read("README.rst"),
Expand Down

0 comments on commit 8eaf40a

Please sign in to comment.