Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5.09 #1692

Merged
merged 3 commits into from
Jun 2, 2024
Merged

v1.5.09 #1692

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 feder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PEP 396: The __version__ attribute's value SHOULD be a string.
__version__ = "1.5.08"
__version__ = "1.5.09"


# Compatibility to eg. django-rest-framework
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ virustotal-api==1.1.11
https://github.com/ross/performant-pagination/archive/5b537da95728d622792031071ecc4cb5154ec86f.zip
# not available on pypi - see https://github.com/ross/performant-pagination/issues/5

django4-background-tasks==1.2.9
# django4-background-tasks==1.2.9 - unmintained, using watchdog maintained fork py312, dj42 compatible
git+https://github.com/watchdogpolska/django-background-tasks.git@master
django-cors-headers==4.3.1

django-rosetta==0.10.0
Expand Down