Skip to content

Commit 1314786

Browse files
committed
Update version to 0.6.0
1 parent 54bf64a commit 1314786

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
.. currentmodule:: djangotoolbox.fields
55

6+
Version 0.6 (Jul 12, 2015)
7+
-----------------
8+
* Add support for PyMongo 3 (Thanks @markunsworth & @ajdavis)
9+
10+
611
Version 0.5.2 (Jun 19, 2015)
712
-----------------
813
* Add support for Replica Sets (Thanks @r4fek)

django_mongodb_engine/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = (0, 5, 2)
4+
__version__ = (0, 6, 0)
55
__author__ = "Flavio Percoco Premoli, Alberto Paro, " + \
66
"Jonas Haag and contributors"
77
__contact__ = "[email protected]"

requirements.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
21
pymongo>=2.8
3-
4-
https://github.com/django-nonrel/djangotoolbox/tarball/master
5-
https://github.com/django-nonrel/django/tarball/nonrel-1.5
6-
https://github.com/django-nonrel/django-dbindexer/tarball/master
2+
djangotoolbox>=1.6.0
3+
django-dbindexer>=1.6.0
4+
https://github.com/django-nonrel/django/tarball/nonrel-1.6

0 commit comments

Comments
 (0)