We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda5f88 commit c2ca01cCopy full SHA for c2ca01c
CHANGELOG
@@ -1,3 +1,8 @@
1
+- 0.3
2
+ * Added support for Django 1.7/1.8 (Antwan86, smclenithan)
3
+ * Added support for Python 3.x
4
+ * Removed support for Django 1.4
5
+
6
- 0.2.2
7
* Support for Django 1.6 (Jay McEntire)
8
setup.py
@@ -12,7 +12,7 @@ def get_long_description():
12
13
setup(
14
name='django-netfields',
15
- version='0.2.2',
+ version='0.3',
16
license='BSD',
17
description='Django PostgreSQL netfields implementation',
18
long_description=get_long_description(),
0 commit comments