Skip to content

Commit f6afa30

Browse files
committed
Try using 0.1.1 instead of 0.2.0
1 parent a637aad commit f6afa30

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.2.0] - 2022-03-08
9+
## [0.1.1] - 2022-03-08
1010
- rename project to `solo1-cli`
1111
- rename CLI to `solo1`
12+
- keep `solo` name for library
13+
- have old `solo-python` on PyPI depend on `solo1`
1214

1315
## [0.1.0] - 2022-03-08
1416
- fix build @innir

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This CLI is for Solo 1, for the Solo 2 device use [solo2-cli](https://github.com/solokeys/solo2-cli).
66

7-
v0.1.0 was the last to be named `solo-python`, since v0.2.0 this project is named `solo1-cli` for clarity, and available from PyPI as `solo1`.
7+
v0.1.0 was the last to be named `solo-python`, since v0.1.1 this project is named `solo1-cli` for clarity, and available from PyPI as `solo1`.
88

99
The CLI is now called `solo1`, for the time being `solo` will also be removed, but this is deprecated.
1010

solo/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)