Skip to content

Commit

Permalink
BUMP 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Jun 11, 2016
1 parent 5eccc54 commit 9eae0db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

1.1.0 (2016-02-11)
------------------

Add cursor_id property to OpGetMore, and ssl parameter to interactive_server.

1.0.3 (2015-09-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion mockupdb/__init__.py
Expand Up @@ -36,7 +36,7 @@

__author__ = 'A. Jesse Jiryu Davis'
__email__ = 'jesse@mongodb.com'
__version__ = '1.0.3'
__version__ = '1.1'

import collections
import contextlib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@

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

0 comments on commit 9eae0db

Please sign in to comment.