Skip to content

Commit

Permalink
BUMP 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Jun 29, 2018
1 parent 91c4e45 commit 9c28ea3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
Changelog
=========

Next Release
------------
1.4.0 (2018-06-29)
------------------

Support, and expect, OP_MSG requests from clients. Thanks to Shane Harvey for
the contribution.

Update vendored bson library from PyMongo. Support the Decimal128 BSON type. Fix
Matcher so it equates BSON objects from PyMongo like ``ObjectId(...)`` with
Expand Down
2 changes: 1 addition & 1 deletion mockupdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

__author__ = 'A. Jesse Jiryu Davis'
__email__ = 'jesse@mongodb.com'
__version__ = '1.4.0.dev0'
__version__ = '1.4.0'

import atexit
import contextlib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='mockupdb',
version='1.4.0.dev0',
version='1.4.0',
description="MongoDB Wire Protocol server library",
long_description=readme + '\n\n' + changelog,
author="A. Jesse Jiryu Davis",
Expand Down

0 comments on commit 9c28ea3

Please sign in to comment.