Skip to content

Commit f0ac0f7

Browse files
committed
Merge branch 'bump-version'
2 parents 476a20b + 93ffce5 commit f0ac0f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run(self):
3333

3434
setup(
3535
name='django-localized-fields',
36-
version='5.0a8',
36+
version='5.0a9',
3737
packages=find_packages(exclude=['tests']),
3838
include_package_data=True,
3939
license='MIT License',
@@ -44,7 +44,7 @@ def run(self):
4444
author_email='[email protected]',
4545
keywords=['django', 'localized', 'language', 'models', 'fields'],
4646
install_requires=[
47-
'django-postgres-extra>=1.21a15',
47+
'django-postgres-extra>=1.21a16',
4848
'Django>=1.11',
4949
'deprecation==2.0.3'
5050
],

0 commit comments

Comments
 (0)