Skip to content

Commit

Permalink
django cms 3.7 has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Nov 4, 2019
1 parent e3cd2cf commit 2204d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_installer/config/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
DJANGOCMS_BETA = DJANGOCMS_RC
DJANGOCMS_36 = 'django-cms>=3.6,<3.7'
DJANGOCMS_37 = 'django-cms>=3.7rc1'
DJANGOCMS_37 = 'django-cms>=3.7'

if sys.version_info >= (3, 5):
DJANGOCMS_SUPPORTED = ('3.6', '3.7', 'stable', 'lts', 'develop', 'rc')
Expand Down

0 comments on commit 2204d15

Please sign in to comment.