From 642d18b58d9b42d16b450a30b42aa57ea3859192 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Sat, 3 Feb 2018 12:57:40 -0500 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.rst | 2 +- marshmallow/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32ac4fa7b..84eb0b14c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog --------- -3.0.0b7 (unreleased) +3.0.0b7 (2018-02-03) ++++++++++++++++++++ Features: diff --git a/marshmallow/__init__.py b/marshmallow/__init__.py index b0870f230..56ed390a9 100644 --- a/marshmallow/__init__.py +++ b/marshmallow/__init__.py @@ -10,7 +10,7 @@ from marshmallow.utils import pprint, missing from marshmallow.exceptions import ValidationError -__version__ = '3.0.0b7.dev0' +__version__ = '3.0.0b7' __author__ = 'Steven Loria' __all__ = [