Skip to content

Commit

Permalink
Bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Photonios committed Feb 24, 2017
1 parent 6cb4cdf commit 97c14fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-localized-fields',
version='3.2',
version='3.3',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand All @@ -18,7 +18,7 @@
author_email='open-source@sectorlabs.ro',
keywords=['django', 'localized', 'language', 'models', 'fields'],
install_requires=[
'django-postgres-extra>=1.2'
'django-postgres-extra>=1.3'
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit 97c14fd

Please sign in to comment.