From d977e7fdb1ac37866828dc649fffcc6c194dc4cb Mon Sep 17 00:00:00 2001 From: AJ Keller Date: Thu, 18 Jul 2024 19:16:17 +0000 Subject: [PATCH] ADD: release for 2.2 --- CHANGELOG.md | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a983a58..e8d8dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ - ... +# 2.2.0 + +### ✅ Features & Improvements + +- Add Terminal Visualization Example for Neurosity SDK with Python Dashing Library #17 - thanks @AdonaiVera + +### 🐛 Bug fixes + +- Fix: Don't check SIGHUP on Windows #15 - thanks @mayankja1n + # 2.1.0 ### 🐛 Bug fixes diff --git a/setup.py b/setup.py index 2954294..e6386b5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name='neurosity', py_modules=['neurosity'], packages=find_packages(), - version='2.1.1', + version='2.2.0', url='https://github.com/neurosity/neurosity-sdk-python', python_requires='>=3.8', description='Official Neurosity Python SDK',