Skip to content

Commit f014047

Browse files
committed
Updated changelog and version number
1 parent 2c44a61 commit f014047

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
.. currentmodule:: djangotoolbox.fields
55

6+
Version 0.5.2 (TBD)
7+
-----------------
8+
* Add support for Replica Sets (Thanks @r4fek)
9+
10+
611
Version 0.5.1 (Nov 2013)
712
-----------------
813
* Fixed packaging issues

django_mongodb_engine/__init__.py

Lines changed: 1 addition & 1 deletion
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, 1)
4+
__version__ = (0, 5, 2)
55
__author__ = "Flavio Percoco Premoli, Alberto Paro, " + \
66
"Jonas Haag and contributors"
77
__contact__ = "[email protected]"

0 commit comments

Comments
 (0)