2 Commits
v3.3 ... v3.4

Author SHA1 Message Date
Swen Kooij
b3d7092b91 Bump version to 3.4 2017-02-28 15:00:13 +02:00
Swen Kooij
97a785e9b0 Upgrade django-postgres-extra to 1.4 2017-02-28 14:59:58 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
django-postgres-extra==1.2
django-postgres-extra==1.4

View File

@@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
setup(
name='django-localized-fields',
version='3.3',
version='3.4',
packages=find_packages(),
include_package_data=True,
license='MIT License',
@@ -18,7 +18,7 @@ setup(
author_email='open-source@sectorlabs.ro',
keywords=['django', 'localized', 'language', 'models', 'fields'],
install_requires=[
'django-postgres-extra>=1.3'
'django-postgres-extra>=1.4'
],
classifiers=[
'Environment :: Web Environment',