Skip to content

Commit a0423c0

Browse files
committed
Bump version and update changelog
1 parent 19ad1ad commit a0423c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
3.0.0b1 (unreleased)
4+
3.0.0b1 (2017-03-10)
55
++++++++++++++++++++
66

77
Features:

marshmallow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from marshmallow.utils import pprint, missing
1515
from marshmallow.exceptions import ValidationError
1616

17-
__version__ = '3.0.0b1.dev0'
17+
__version__ = '3.0.0b1'
1818
__author__ = 'Steven Loria'
1919

2020
__all__ = [

0 commit comments

Comments
 (0)