diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df3702..e0f1801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next version +## 1.2.0 (2022-08-21) + - update websockets dependency - switch to pyproject.toml style setuptools config diff --git a/README.md b/README.md index b02a6a8..2cd4eb1 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.5 +$ pip install git+https://github.com/Garmelon/yaboli@v1.2.0 ``` The use of [venv](https://docs.python.org/3/library/venv.html) is recommended. diff --git a/pyproject.toml b/pyproject.toml index dbb7c7e..79ad530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "yaboli" -version = "1.1.5" +version = "1.2.0" dependencies = [ "websockets >=10.3, <11" ]