Bump version to 1.1.5

This commit is contained in:
Joscha 2020-01-26 22:50:20 +00:00
parent 455d2af251
commit 1d25b596bb
3 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,9 @@
## Next version
Nothing yet.
## 1.1.5 (2020-01-26)
- more stability (I think)
## 1.1.4 (2019-06-21)

View file

@ -12,7 +12,7 @@ Ensure that you have at least Python 3.7 installed.
To install yaboli or update your installation to the latest version, run:
```
$ pip install git+https://github.com/Garmelon/yaboli@v1.1.4
$ pip install git+https://github.com/Garmelon/yaboli@v1.1.5
```
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="yaboli",
version="1.1.4",
version="1.1.5",
packages=["yaboli"],
install_requires=["websockets==7.0"],
)