Skip to content

Commit

Permalink
django 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
g10f committed Jul 9, 2024
1 parent 5fb1178 commit 910d6bd
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.9'
__version__ = '2.1.10'
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.9
VERSION=2.1.10

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

0 comments on commit 910d6bd

Please sign in to comment.