Bump version to 1.1.3
This commit is contained in:
parent
de4ba53de8
commit
83af4ff9e8
3 changed files with 6 additions and 2 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## Next version
|
## Next version
|
||||||
|
|
||||||
|
Nothing yet
|
||||||
|
|
||||||
|
## 1.1.3 (2019-04-19)
|
||||||
|
|
||||||
- add timeout for creating ws connections
|
- add timeout for creating ws connections
|
||||||
- fix config file not reloading when restarting bots
|
- fix config file not reloading when restarting bots
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
To install yaboli or update your installation to the latest version, run:
|
||||||
```
|
```
|
||||||
$ pip install git+https://github.com/Garmelon/yaboli@v1.1.2
|
$ pip install git+https://github.com/Garmelon/yaboli@v1.1.3
|
||||||
```
|
```
|
||||||
|
|
||||||
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
|
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="yaboli",
|
name="yaboli",
|
||||||
version="1.1.2",
|
version="1.1.3",
|
||||||
packages=["yaboli"],
|
packages=["yaboli"],
|
||||||
install_requires=["websockets==7.0"],
|
install_requires=["websockets==7.0"],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue