From 83af4ff9e850c5043eb4ce8f6c6ab41eed8608a9 Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 19 Apr 2019 10:01:50 +0000 Subject: [PATCH] Bump version to 1.1.3 --- CHANGELOG.md | 4 ++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9838fd8..2a2f6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next version +Nothing yet + +## 1.1.3 (2019-04-19) + - add timeout for creating ws connections - fix config file not reloading when restarting bots diff --git a/README.md b/README.md index 92f1e14..becb80c 100644 --- a/README.md +++ b/README.md @@ -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.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. diff --git a/setup.py b/setup.py index b3b1208..4ddafc0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="yaboli", - version="1.1.2", + version="1.1.3", packages=["yaboli"], install_requires=["websockets==7.0"], )