Skip to content

Commit 2008e8a

Browse files
committed
INFRA-111 Removed print
1 parent a6ae5b5 commit 2008e8a

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)