-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 2.5.0 - Incrementing major version number
Since, package is no more a namespase package, It deems good to make it a major release.
- Loading branch information
Showing
2 changed files
with
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
__author__ = "Arun KR (kra3) <[email protected]>" | ||
__license__ = "Simplified BSD" | ||
__version__ = '2.4.2' | ||
__version__ = '2.5.0' | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|