Skip to content

Commit

Permalink
0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed Jun 24, 2024
1 parent 18bbeb0 commit cdefb87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions developers_chamber/scripts/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
ContainerDirToCopyType,
ContainerEnvironment,
)
from developers_chamber.git_utils import create_branch as create_branch_func
from developers_chamber.git_utils import get_commit_hash, get_current_branch_name
from developers_chamber.project_utils import bind_library as bind_library_func
from developers_chamber.project_utils import (
compose_build,
Expand Down Expand Up @@ -472,6 +470,8 @@ def clean(all):
from developers_chamber.project_utils import (
create_or_update_pull_request as create_or_update_pull_request_func,
)
from developers_chamber.git_utils import create_branch as create_branch_func
from developers_chamber.git_utils import get_commit_hash, get_current_branch_name

@project.group()
def task():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="developers-chamber",
version="0.1.12",
version="0.1.13",
description="A small plugin which help with development, deployment, git",
keywords="django, skripts, easy live, git, bitbucket, Jira",
author="Druids team",
Expand Down

0 comments on commit cdefb87

Please sign in to comment.