Skip to content

Commit 0c01b0f

Browse files
committed
Release 0.2.3 - hardcoded colorama version to avoid errors during installation
1 parent e368960 commit 0c01b0f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gradient CLI
44
=================
55

6-
Release 0.2.2
6+
Release 0.2.3
77

88
See [releasenotes.md](https://github.com/Paperspace/gradient-cli/blob/master/releasenotes.md) for details on the current release, as well as release history.
99

gradient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.2"
1+
version = "0.2.3"

releasenotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Gradient by Paperspace Release Notes
22

3+
# Release Notes for 0.2.3
4+
### Fixes
5+
* hardcoded `colorama` version to avoid errors during installation
6+
37
# Release Notes for 0.2.2
48
##### Note: this list includes all changes made in alpha releases since 0.2.1
59
### New features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run(self):
6868
'click-didyoumean',
6969
'click-help-colors',
7070
'click-completion',
71-
'colorama',
71+
'colorama==0.3.9',
7272
'requests-toolbelt',
7373
'progressbar2',
7474
'halo',

0 commit comments

Comments
 (0)