-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39d80cb
commit dc8bafe
Showing
6 changed files
with
36 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
'''Stores the `__version__` global constant for modules to track which version of Quarkdown they are using.''' | ||
|
||
__version__ = "1.4.0" | ||
__version__ = "1.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule suptools
updated
13 files
+36 −0 | .github/workflows/test.yml | |
+7 −0 | .vscode/settings.json | |
+0 −5 | __init__.py | |
+1 −0 | conftest.py | |
+16 −10 | source/io.py | |
+39 −3 | source/iterate.py | |
+1 −1 | source/search.py | |
+1 −0 | tests/__init__.py | |
+10 −0 | tests/test_io.py | |
+8 −0 | tests/test_iterate.py | |
+2 −1 | tests/test_search.py | |
+1 −1 | weighted-list | |
+7 −0 | wl.py |