Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0](v1.15.0...v1.16.0) (2021-08-06)

### Features

* **toolupdate:** updated + semantic release fixes ([d5168a3](d5168a3))

### Performance Improvements

* **ci:** fixing macos sed script ([0066189](0066189))
  • Loading branch information
semantic-release-bot committed Aug 6, 2021
1 parent 0066189 commit 8db927a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.16.0](https://github.com/hexonet/ispapicli/compare/v1.15.0...v1.16.0) (2021-08-06)


### Features

* **toolupdate:** updated + semantic release fixes ([d5168a3](https://github.com/hexonet/ispapicli/commit/d5168a3c993af31a7cde548b5784efb5951e1ae2))


### Performance Improvements

* **ci:** fixing macos sed script ([0066189](https://github.com/hexonet/ispapicli/commit/006618987fcd53a375e0ff18c029e7e1d6498633))

# [1.15.0](https://github.com/hexonet/ispapicli/compare/v1.14.0...v1.15.0) (2021-08-06)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.16.0
2 changes: 1 addition & 1 deletion hexonet/ispapicli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
:license: MIT and GPLv3, see LICENSE for more details.
"""

__version__ = "1.15.0"
__version__ = "1.16.0"
name = "hexonet.ispapicli"
2 changes: 1 addition & 1 deletion hexonet/ispapicli/gui/mainframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import subprocess
import shutil

__version__ = "1.15.0"
__version__ = "1.16.0"


class MainFrame(QWidget):
Expand Down
2 changes: 1 addition & 1 deletion hexonet/ispapicli/modules/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from textwrap import TextWrapper
from .db import DB

__version__ = "1.15.0"
__version__ = "1.16.0"


class Core:
Expand Down

0 comments on commit 8db927a

Please sign in to comment.