From a0d8c100040d72bf4e498563fbfda526d6fcf1db Mon Sep 17 00:00:00 2001 From: Kai Junge <kai.junge@epfl.ch> Date: Sun, 17 Apr 2022 18:30:06 +0200 Subject: [PATCH] Edits to match release urls. --- CHANGELOG.md | 12 +++++++++++- README.md | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a868d2..1b5c2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed --> -## [Release v1.1.0] - to be released + +## [Unreleased] + +### Added + +### Changed + +### Removed + + +## [Release v1.0.0](https://gitlab.epfl.ch/create-lab/lab-systems/arduino_python_communication/-/releases/release_v1.1.0) - 17-4-2022 ### Added - Status variable `newMsgRecieved` to indicate when a messege with new data is received diff --git a/README.md b/README.md index 9955510..080dd5f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ You can also find detailed description of the different functions and variables --- ## Python libraries you need to install -[pyserial](https://gitlab.epfl.ch/create-lab/lab-systems/arduino_python_communication) +[pyserial](https://pypi.org/project/pyserial/) [pynput](https://pypi.org/project/pynput/) -- GitLab