Skip to content

Commit

Permalink
Fixed syntax error and created new version number 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfurr committed Sep 26, 2018
1 parent a6b697e commit 906ae98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

V0.9.1
------
* Fixed syntax error in README>rst

v0.9.0
------
* Removed support for pymongo < 3.0
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Quick start
Management Commands (Django Only)
---------------------------------

1) ml_purge::
1) ml_purge

The ml_urge command is used to clean up mongo collections. The command has two basic modes: --purge and --delete. Purge will remove all documents and delete will remove documents older than {n} day's.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup

VERSION = "0.9.0"
VERSION = "0.9.1"

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
Expand Down

0 comments on commit 906ae98

Please sign in to comment.