Skip to content

Commit

Permalink
prepare v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansiegel committed Mar 20, 2020
1 parent 178ccd3 commit d0b09b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2020-03-20

### Added
- Added `--verbose` arg to print stack traces in case of errors
- Automatic git provider detection. If `--git-provider-url` contains "github" or "bitbucket" the `--git-provider` arg is not needed anymore. Until now, `bitbucket` was used as default if `--git-provider` was missing.
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="gitopscli",
version="2.1.0",
version="3.0.0",
packages=find_packages(),
entry_points={"console_scripts": ["gitopscli = gitopscli.__main__:main"]},
setup_requires=["wheel"],
Expand Down

0 comments on commit d0b09b1

Please sign in to comment.