File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.2.1
2
+ - Fix for list view not updating when not current exercise, was indexed exercise. Will also update entire list when called.
3
+ - Progress bar updates with respect to DONE and PENDING correctly
4
+ - Some extra logging
5
+
1
6
## v1.2.0
2
7
- add dynamic theme support with ` themes.toml ` configuration
3
8
- replace hardcoded colour constants with dynamic theme loading
Original file line number Diff line number Diff line change 7
7
Attributes:
8
8
__version__ (str): The current version of the pylings package.
9
9
"""
10
- __version__ = "1.2.0 "
10
+ __version__ = "1.2.1 "
11
11
# End-of-file (EOF)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " pylings"
7
- version = " 1.2.0 "
7
+ version = " 1.2.1 "
8
8
description = " Python exercise trainer, inspired by rustlings."
9
9
authors = [{ name =" Seb Blair" , email =" s.blair@gre.ac.uk" }]
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments