Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recommender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# which is not loaded when running `manage.py` commands (which is used by `make compile_translations`)
# from .recommender import RecommenderXBlock

__version__ = '3.1.0'
__version__ = '4.0.0'
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,8 @@ def get_version(file_path):
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.2',
],
)
2 changes: 0 additions & 2 deletions translation_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True


Expand Down