We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9f386 commit feb530bCopy full SHA for feb530b
2 files changed
CHANGELOG.md
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## [Unreleased]
7
8
+## [3.1.0] - 2020-04-21
9
+
10
### Added
11
- `version` command
12
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="gitopscli",
- version="3.0.1",
+ version="3.1.0",
packages=find_packages(),
entry_points={"console_scripts": ["gitopscli = gitopscli.__main__:main"]},
setup_requires=["wheel"],
0 commit comments