| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + ### `2.0.22 | ||
| 2 | + | ||
| 3 | + - Cleaning TOC generation | ||
| 4 | + | ||
| 1 | 5 | ### `2.0.21` | |
| 2 | 6 | ||
| 3 | 7 | - fixed string issues | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ | |||
| 26 | 26 | logging.captureWarnings(True) | |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | - version = VERSION = __version__ = '2.0.21' | ||
| 29 | + version = VERSION = __version__ = '2.0.22' | ||
| 30 | 30 | ||
| 31 | 31 | COLOR = True | |
| 32 | 32 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | #!/usr/bin/env python | |
| 2 | 2 | from setuptools import setup | |
| 3 | 3 | ||
| 4 | - version = '2.0.21' | ||
| 4 | + version = '2.0.22' | ||
| 5 | 5 | classifiers = ["Development Status :: 5 - Production/Stable", | |
| 6 | 6 | "Environment :: Plugins", | |
| 7 | 7 | "Intended Audience :: Developers", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments