Skip to content

Commit b8b24e5

Browse files
Merge pull request #145 from redkyn/enlighten-latin1
Bump enlighten to 1.5.0 to fix latin1 encoding problem and release v2.0.1
2 parents a2436cf + ef93a9c commit b8b24e5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
3+
- Fix issue where ASCII-only terminals cannot display progress bars
4+
15
## 2.0.0
26

37
- Added 'commit' command to commit changes to student repos

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ python-utils==2.2.0
1919
nose==1.3.7
2020
nose-parameterized==0.6.0
2121
setuptools_scm==1.15.7
22-
enlighten==1.1.0
22+
enlighten==1.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
'jsonschema>=2.5',
8080
'requests>=2.20.0',
8181
'PTable>=0.9',
82-
'enlighten>=1',
82+
'enlighten>=1.5.0',
8383
'redkyn-common>=1.0.1',
8484
],
8585

0 commit comments

Comments
 (0)