Skip to content

Commit

Permalink
bump django version
Browse files Browse the repository at this point in the history
  • Loading branch information
saolsen committed May 18, 2022
1 parent 2656313 commit e14ba1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/python/django-oso/django_oso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from .oso import Oso

__version__ = "0.26.0"
__version__ = "0.26.1"

default_app_config = "django_oso.apps.DjangoOsoConfig"
2 changes: 1 addition & 1 deletion languages/python/django-oso/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
oso~=0.26.0
oso~=0.26.1
django>=2.2

0 comments on commit e14ba1d

Please sign in to comment.