-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include a kludgy metric on COUNTER 5 SUSHI reports for compatibility
(This resolves a Pitt HSLS-specific blocker on bringing data from COUNTER 5 SUSHI requests into our ERM in a compatible way, but is far from ideal in a pure COUNTER 5 report. I suspect all of the classes in the pycounter.report module will need to be completely redesigned with a separate compatibility layer, possibly outside of pycounter itself.)
- Loading branch information
Showing
3 changed files
with
8 additions
and
1 deletion.
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
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,2 +1,2 @@ | ||
"""version information.""" | ||
__version__ = "2.0.0a1" | ||
__version__ = "2.0.0a2" |