Skip to content

Commit

Permalink
BUMP 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Sep 11, 2015
1 parent a7699b0 commit 3e884a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -3,7 +3,12 @@
Changelog
=========

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

First release.

0.1.0 (2015-02-25)
------------------

* Development begun
Development begun.
5 changes: 0 additions & 5 deletions README.rst
Expand Up @@ -6,8 +6,3 @@ Mock server for testing MongoDB clients and creating MongoDB Wire Protocol
servers.

* Documentation: http://mockupdb.readthedocs.org/

Features
--------

* TODO
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__ = '0.1.0'
__version__ = '1.0.0'

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

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

0 comments on commit 3e884a4

Please sign in to comment.