Skip to content

Commit 567d08c

Browse files
committed
Version 6.2.1
1 parent 48a365a commit 567d08c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [6.2.1] - 2022-05-25
2+
3+
### Bugfixes
4+
- Fix `\n` being escaped when highlighting python
5+
6+
7+
### Refactors
8+
- Add `WindowManager.autorun` class attribute
9+
10+
11+
112
## [6.2.0] - 2022-05-24
213

314
### Bugfixes
@@ -190,6 +201,7 @@
190201

191202

192203

204+
[6.2.0]: https://github.com/bczsalba/pytermgui/compare/6.2.0...6.2.1
193205
[6.2.0]: https://github.com/bczsalba/pytermgui/compare/6.1.0...6.2.0
194206
[6.1.0]: https://github.com/bczsalba/pytermgui/compare/6.0.0...6.1.0
195207
[6.0.0]: https://github.com/bczsalba/pytermgui/compare/5.0.0...6.0.0

pytermgui/__init__.py

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

4343
warnings.filterwarnings("ignore")
4444

45-
__version__ = "6.2.0"
45+
__version__ = "6.2.1"
4646

4747

4848
def auto(data: Any, **widget_args: Any) -> Optional[Widget | list[Splitter]]:

0 commit comments

Comments
 (0)