Skip to content

Commit

Permalink
misc: release dj4 pin and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvapt committed Oct 16, 2023
1 parent b830d0a commit e33242c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
Django >= 3.0, <4
Django >= 3.0, <5
slack-sdk==3.19.2
# FIXME: make locks an optional dependency (and use, in the run_bot command)
django-database-locks < 1
Expand Down
2 changes: 1 addition & 1 deletion slackbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from functools import lru_cache

__version__ = '0.0.4'
__version__ = '0.0.5'

# set default_app_config when using django earlier than 3.2
try:
Expand Down

0 comments on commit e33242c

Please sign in to comment.