From 1491fa40072a11baf81d63446ae3f7b5b23db0be Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Fri, 13 Nov 2020 17:35:37 +0200 Subject: [PATCH] Release v1.2.1 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a4cba..94d1e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.2.1] - 2020-11-13 + +### Fixed + +- Fixed UI/UX (newlines, messages) + ## [1.2.0] - 2020-11-13 ### Added @@ -76,7 +82,8 @@ All notable changes to this project will be documented in this file. - Initial version -[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.2.0...HEAD +[unreleased]: https://github.com/SupersonicAds/spotcli/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/SupersonicAds/spotcli/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/SupersonicAds/spotcli/compare/v1.1.2...v1.2.0 [1.1.2]: https://github.com/SupersonicAds/spotcli/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/SupersonicAds/spotcli/compare/v1.1.0...v1.1.1 diff --git a/pyproject.toml b/pyproject.toml index f8dad49..01d3b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spotcli" -version = "1.2.0" +version = "1.2.1" description = "CLI for Spot Elastigroups management" authors = ["Dmitry Kovalenko "] license = "MIT"