Skip to content

Commit 41de94e

Browse files
committed
mod: bump v1.2.0 to v1.2.1
1 parent 9113582 commit 41de94e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
## v1.2.0
27
- add dynamic theme support with `themes.toml` configuration
38
- replace hardcoded colour constants with dynamic theme loading

pylings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
Attributes:
88
__version__ (str): The current version of the pylings package.
99
"""
10-
__version__ = "1.2.0"
10+
__version__ = "1.2.1"
1111
# End-of-file (EOF)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pylings"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "Python exercise trainer, inspired by rustlings."
99
authors = [{ name="Seb Blair", email="s.blair@gre.ac.uk" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)