Skip to content

Commit

Permalink
Merge branch 'next_release' into upgrade-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
id2359 committed Oct 24, 2022
2 parents f141fcb + 1859ee2 commit 359337f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rdrf/rdrf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Ensures db router system check is registered
# test

VERSION = "6.6.36"
VERSION = "6.6.37"
__version__ = VERSION


Expand Down
12 changes: 6 additions & 6 deletions rdrf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"django-messages-ui==2.0.2",
"django-nose==1.4.7",
"django-positions==0.6.0",
"django-registration-redux==2.10",
"django-registration-redux==2.11",
"djangorestframework==3.12.1",
"django-storages==1.10.1",
"django-templatetag-sugar==1.0",
Expand All @@ -29,7 +29,7 @@
"psycopg2==2.8.6",
"pycountry==20.7.3",
"pyinotify==0.9.6",
"pyodbc==4.0.32",
"pyodbc==4.0.34",
"pyparsing==2.4.7",
"python-dateutil==2.8.2",
"python-memcached==1.59",
Expand All @@ -42,19 +42,19 @@
"django-formtools==2.2",
"django-otp==1.1.3",
"django-phonenumber-field==4.0.0",
"phonenumberslite==8.12.46",
"phonenumberslite==8.12.56",
"django-two-factor-auth==1.13.2",
"Pillow==9.1.0",
"qrcode==7.3",
"django-reversion==3.0.8",
"ua-parser==0.10.0",
"ua-parser==0.16.1",
"user-agents==2.2.0",
"django-user-agents==0.4.0",
"django-simple-history==2.12.0",
"django-formtools",
"python-ldap",
"django-auth-ldap",
"django-session-security==2.6.6",
"django-session-security==2.6.7",
"Markdown==3.1.1",
"xhtml2pdf==0.2.6",
"django-redis==4.12.1",
Expand Down Expand Up @@ -143,7 +143,7 @@ def add_file_for_package(package, subdir, f):


setup(name='django-rdrf',
version="6.6.36",
version="6.6.37",
packages=find_packages(),
description='RDRF',
long_description='Rare Disease Registry Framework',
Expand Down

0 comments on commit 359337f

Please sign in to comment.