Skip to content

Commit c2ca01c

Browse files
author
James Oakley
committed
Version 0.3
1 parent fda5f88 commit c2ca01c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
- 0.2.2
27
* Support for Django 1.6 (Jay McEntire)
38

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_long_description():
1212

1313
setup(
1414
name='django-netfields',
15-
version='0.2.2',
15+
version='0.3',
1616
license='BSD',
1717
description='Django PostgreSQL netfields implementation',
1818
long_description=get_long_description(),

0 commit comments

Comments
 (0)