Skip to content

Commit

Permalink
BUMP 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Sep 11, 2015
1 parent 477a75f commit 199b91b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

1.0.1 (2016-09-11)
------------------

Allow co-installation with PyMongo.

1.0.0 (2016-09-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion mockupdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

__author__ = 'A. Jesse Jiryu Davis'
__email__ = 'jesse@mongodb.com'
__version__ = '1.0.0'
__version__ = '1.0.1'

import collections
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.0.0',
version='1.0.1',
description="MongoDB Wire Protocol server library",
long_description=readme + '\n\n' + changelog,
author="A. Jesse Jiryu Davis",
Expand Down

0 comments on commit 199b91b

Please sign in to comment.