Skip to content

Commit d977e7f

Browse files
ADD: release for 2.2
1 parent 4063c7e commit d977e7f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
- ...
1010

11+
# 2.2.0
12+
13+
### ✅ Features & Improvements
14+
15+
- Add Terminal Visualization Example for Neurosity SDK with Python Dashing Library #17 - thanks @AdonaiVera
16+
17+
### 🐛 Bug fixes
18+
19+
- Fix: Don't check SIGHUP on Windows #15 - thanks @mayankja1n
20+
1121
# 2.1.0
1222

1323
### 🐛 Bug fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name='neurosity',
88
py_modules=['neurosity'],
99
packages=find_packages(),
10-
version='2.1.1',
10+
version='2.2.0',
1111
url='https://github.com/neurosity/neurosity-sdk-python',
1212
python_requires='>=3.8',
1313
description='Official Neurosity Python SDK',

0 commit comments

Comments
 (0)