-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 27: add stdoutflag and stderrflag (#28)
* change info printouts to debug ones * change default stdflag to false * set default stderrflag * bump the version and update tests
- Loading branch information
Showing
4 changed files
with
28 additions
and
16 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,8 @@ | ||
2020-11-29 Jan Kotanski <[email protected]> | ||
* add stderrflag for error streams | ||
* add stdoutflag for output streams | ||
* tagged as v2.14.0 | ||
|
||
2020-04-22 Jan Kotanski <[email protected]> | ||
* add checks if selection is JSON | ||
* add checks if xmlstring is XML | ||
|
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 |
---|---|---|
|
@@ -20,4 +20,4 @@ | |
""" release version module """ | ||
|
||
#: version number | ||
__version__ = "2.13.2" | ||
__version__ = "2.14.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