Skip to content

Commit

Permalink
0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed Jun 24, 2024
1 parent cdefb87 commit 0975210
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions developers_chamber/bin/pydev.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
if "git" in INSTALLED_MODULES:
from developers_chamber.scripts.git import *

if "gitlab" in INSTALLED_MODULES:
from developers_chamber.scripts.gitlab import *
from developers_chamber.scripts.gitlab import *

if "jira" in INSTALLED_MODULES:
from developers_chamber.scripts.jira import *
Expand Down
1 change: 0 additions & 1 deletion developers_chamber/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def _is_repo_clean(self):
"toggle": ["toggl"],
"slack": ["slack_sdk"],
"bitbucket": ["git"],
"gitlab": ["git"],
}

INSTALLED_MODULES = []
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.13",
version="0.1.14",
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 0975210

Please sign in to comment.