Skip to content

Commit

Permalink
django 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
g10f committed Aug 6, 2024
1 parent 910d6bd commit 4d7f082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.10'
__version__ = '2.1.11'
2 changes: 1 addition & 1 deletion set-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=2.1.10
VERSION=2.1.11

sed -i "s/__version__ =.*/__version__ = '${VERSION}'/" apps/client/__init__.py

0 comments on commit 4d7f082

Please sign in to comment.