Compare commits

...

2 Commits

Author SHA1 Message Date
Raphael Michel
3c86fc697b Bump version to 3.6.0.post1 2020-02-17 21:02:09 +01:00
Raphael Michel
efb7a48200 Fix #1582 - Add explicit requirement to packaging library 2020-02-17 21:01:14 +01:00
3 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
__version__ = "3.6.0"
__version__ = "3.6.0.post1"

View File

@@ -64,3 +64,4 @@ django-phonenumber-field==3.0.*
phonenumberslite==8.10.*
python-bidi==0.4.* # Support for arabic in reportlab
arabic-reshaper==2.0.15 # Support for Aabic in reportlab
packaging

View File

@@ -151,6 +151,7 @@ setup(
'phonenumberslite==8.10.*',
'python-bidi==0.4.*', # Support for Arabic in reportlab
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
'packaging',
],
extras_require={
'dev': [