Skip to content

Commit 1b1c5a9

Browse files
authored
fix Widget visibility in docs (#129)
* fix widget visibility in docs * black
1 parent 4cb0901 commit 1b1c5a9

10 files changed

Lines changed: 1164 additions & 738 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# AnyPyTools Change Log
22

3+
## v1.19.2
4+
5+
* Fixed missing widget information is user-guide documentation.
6+
7+
38
## v1.19.1
49

510
* Fixed minor formatting issues in documentation.

anypytools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"NORMAL_PRIORITY_CLASS",
3737
]
3838

39-
__version__ = "1.19.1"
39+
__version__ = "1.19.2"
4040

4141

4242
def print_versions():

docs/user-guide/01_Getting_started_with_anypytools.ipynb

Lines changed: 502 additions & 105 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)