Skip to content

Commit 9c3e55f

Browse files
authored
Merge pull request #118 from druids/INFRA-111
INFRA-111 Removed print
2 parents a6ae5b5 + 2008e8a commit 9c3e55f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

developers_chamber/git_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def create_release(version_file, release_type, remote_name=None, branch_name=Non
3535
repo = git.Repo(".")
3636
g = repo.git
3737

38-
print(branch_name)
3938
if branch_name:
4039
g.checkout(branch_name)
4140

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="developers-chamber",
5-
version="0.1.27",
5+
version="0.1.28",
66
description="A small plugin which help with development, deployment, git",
77
keywords="django, skripts, easy live, git, bitbucket, Jira",
88
author="Druids team",

0 commit comments

Comments
 (0)