From 5850f8fbd0e52ae0195546b8e78d33977b3a7941 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Aug 2021 06:36:39 +0000 Subject: [PATCH] chore(release): 1.17.1 [skip ci] ## [1.17.1](https://github.com/hexonet/ispapicli/compare/v1.17.0...v1.17.1) (2021-08-12) ### Bug Fixes * **commandtext:** removed formatting form copy&paste text ([5a41d8f](https://github.com/hexonet/ispapicli/commit/5a41d8fec3d83cf6464d7678761d5a7fccc091b5)) --- HISTORY.md | 7 +++++++ VERSION | 2 +- hexonet/ispapicli/__init__.py | 2 +- hexonet/ispapicli/gui/mainframe.py | 2 +- hexonet/ispapicli/modules/core.py | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 55631ae..62c7295 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [1.17.1](https://github.com/hexonet/ispapicli/compare/v1.17.0...v1.17.1) (2021-08-12) + + +### Bug Fixes + +* **commandtext:** removed formatting form copy&paste text ([5a41d8f](https://github.com/hexonet/ispapicli/commit/5a41d8fec3d83cf6464d7678761d5a7fccc091b5)) + # [1.17.0](https://github.com/hexonet/ispapicli/compare/v1.16.0...v1.17.0) (2021-08-06) diff --git a/VERSION b/VERSION index 73d7467..507266b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.0 \ No newline at end of file +1.17.1 \ No newline at end of file diff --git a/hexonet/ispapicli/__init__.py b/hexonet/ispapicli/__init__.py index 5a4db3e..12e8724 100644 --- a/hexonet/ispapicli/__init__.py +++ b/hexonet/ispapicli/__init__.py @@ -8,5 +8,5 @@ :license: MIT and GPLv3, see LICENSE for more details. """ -__version__ = "1.17.0" +__version__ = "1.17.1" name = "hexonet.ispapicli" diff --git a/hexonet/ispapicli/gui/mainframe.py b/hexonet/ispapicli/gui/mainframe.py index 0a781ff..c7fcb2d 100644 --- a/hexonet/ispapicli/gui/mainframe.py +++ b/hexonet/ispapicli/gui/mainframe.py @@ -15,7 +15,7 @@ import subprocess import shutil -__version__ = "1.17.0" +__version__ = "1.17.1" class MainFrame(QWidget): diff --git a/hexonet/ispapicli/modules/core.py b/hexonet/ispapicli/modules/core.py index b3f12c7..91cd66d 100644 --- a/hexonet/ispapicli/modules/core.py +++ b/hexonet/ispapicli/modules/core.py @@ -13,7 +13,7 @@ from textwrap import TextWrapper from .db import DB -__version__ = "1.17.0" +__version__ = "1.17.1" class Core: