Skip to content

Commit

Permalink
ci: add prep work for release
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Mar 1, 2022
1 parent 1977eec commit d919325
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
/automation/ @moabu
/charts/ @moabu
/.github/ @moabu
/jans-*/version.txt @moabu
/jans-*/CHANGELOG.md @moabu
/jans-pycloudlib/ @moabu
/docker-jans-*/requirments.txt @mo-auto
/jans-bom/ @yurem @yuriyz
Expand All @@ -22,4 +24,5 @@
/jans-config-api/ @pujavs @yuriyz
/jans-cli/ @mbaser
/jans-linux-setup/ @mbaser @smansoft @yuriyz
/jans-linux-setup/jans_setup/setup_app/version.py @moabu
/jans-linux-setup/static/scripts/admin_ui_plugin.py @mbaser @duttarnab
1 change: 0 additions & 1 deletion jans-linux-setup/jans_setup/setup_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__version__ = "0.0.1"
1 change: 1 addition & 0 deletions jans-linux-setup/jans_setup/setup_app/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.1"
2 changes: 1 addition & 1 deletion jans-linux-setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def find_version(*file_paths):

setup(
name="jans-setup",
version=find_version("jans_setup/setup_app/__init__.py"),
version=find_version("jans_setup/setup_app/version.py"),
url="",
license="Apache 2.0 <https://www.apache.org/licenses/LICENSE-2.0>",
author="Janssen",
Expand Down

0 comments on commit d919325

Please sign in to comment.