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.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.18.0](v1.17.3...v1.18.0) (2021-10-04)

### Features

* **gitpython lib:** removing dependency ([6fe5408](6fe5408))
* **login:** removing session mangement ([1d58724](1d58724))
* **removed submodule:** remove docs submodules from git ([5b2427b](5b2427b))
  • Loading branch information
semantic-release-bot committed Oct 4, 2021
1 parent 2aa4087 commit 3eb8bb0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.18.0](https://github.com/hexonet/ispapicli/compare/v1.17.3...v1.18.0) (2021-10-04)


### Features

* **gitpython lib:** removing dependency ([6fe5408](https://github.com/hexonet/ispapicli/commit/6fe540811797d33e3b3ffac1527098f7c0a75cd6))
* **login:** removing session mangement ([1d58724](https://github.com/hexonet/ispapicli/commit/1d58724175227f2235f0594454b370a703a958c0))
* **removed submodule:** remove docs submodules from git ([5b2427b](https://github.com/hexonet/ispapicli/commit/5b2427b4a14bf7df665764936b06e19a3f96e189))

## [1.17.3](https://github.com/hexonet/ispapicli/compare/v1.17.2...v1.17.3) (2021-08-25)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.3
1.18.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.17.3"
__version__ = "1.18.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 @@ -13,7 +13,7 @@
import requests
from packaging import version

__version__ = "1.17.3"
__version__ = "1.18.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.17.3"
__version__ = "1.18.0"


class Core:
Expand Down

0 comments on commit 3eb8bb0

Please sign in to comment.