Skip to content

Commit feb530b

Browse files
release 3.1.0
1 parent 3b9f386 commit feb530b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [3.1.0] - 2020-04-21
9+
810
### Added
911
- `version` command
1012

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="gitopscli",
5-
version="3.0.1",
5+
version="3.1.0",
66
packages=find_packages(),
77
entry_points={"console_scripts": ["gitopscli = gitopscli.__main__:main"]},
88
setup_requires=["wheel"],

0 commit comments

Comments
 (0)