Skip to content

Commit

Permalink
Merge pull request #6 from islam-kamel/1.1.5
Browse files Browse the repository at this point in the history
Update version in version.py file
  • Loading branch information
islam-kamel authored Nov 21, 2022
2 parents fd69651 + 3331ba6 commit 5bb484e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djstartlib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import json
import click

version = "1.1.4 (beta)"
version = "1.1.5 (beta)"


def latest_version():
Expand All @@ -18,7 +18,7 @@ def latest_version():


def current_version():
return [1, 1, 4]
return [1, 1, 5]


def check_available():
Expand Down

0 comments on commit 5bb484e

Please sign in to comment.