-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
root writers: improve display of axis labels
* str('label'.encode('ascii', 'replace')) gives b'label' in ROOT export. * Instead use 'label'.encode('ascii', 'replace').decode(). * This removes the initial b and surrounding quote marks in the label. * Bump version to 0.2.3.
- Loading branch information
1 parent
af3d858
commit cc57d9c
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# this file ideally should only contain __version__ declaration, as anything else | ||
# may break setup.py and PyPI uploads | ||
__version__ = '0.2.2' | ||
__version__ = '0.2.3' |
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