Bump version to 1.2.0

This commit is contained in:
Joscha 2022-08-21 14:26:04 +02:00
parent 37c4ba703a
commit eba398e5d3
3 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
## Next version ## Next version
## 1.2.0 (2022-08-21)
- update websockets dependency - update websockets dependency
- switch to pyproject.toml style setuptools config - switch to pyproject.toml style setuptools config

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: 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. The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "yaboli" name = "yaboli"
version = "1.1.5" version = "1.2.0"
dependencies = [ dependencies = [
"websockets >=10.3, <11" "websockets >=10.3, <11"
] ]