Skip to content

Commit

Permalink
Merge pull request #7 from islam-kamel/1.1.6
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
islam-kamel authored Nov 21, 2022
2 parents 5bb484e + 3d31a3e commit 87bb316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5 (beta)"
version = "1.1.6 (beta)"


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


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


def check_available():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django_start_automate
version = 1.1.5
version = 1.1.6
description = Prepare a new Django project quickly and automatically and more wonderful things that save you time By django start
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 87bb316

Please sign in to comment.