Skip to content

Commit 2c99492

Browse files
committed
Version 0.2.2 release
1 parent 5377791 commit 2c99492

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
66

7-
## [0.2.2] [Github repo]
7+
## [0.2.3] [Github repo]
8+
## [0.2.2] - 2020-02-24
89
### Fix
910
- WS_DEVICE cmd_nb fix for cmd method
10-
## [0.2.1] 2020-02-17 [Github repo]
11+
## [0.2.1] - 2020-02-17
1112
### Fix
1213
- WS_DEVICE now works with esp8266 too.
1314
## [0.2.0] - 2020-02-16

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def readme():
4242
zip_safe=False,
4343
include_package_data=True,
4444
scripts=['upydevice_dir/bin/web_repl_conn'],
45-
install_requires=['upydev>=0.2.8', 'pyserial', 'dill', 'pexpect'])
45+
install_requires=['upydev>=0.2.9', 'pyserial', 'dill', 'pexpect'])

0 commit comments

Comments
 (0)