-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #517 from hardbyte/release-3.1.0
release 3.1.0 into develop
- Loading branch information
Showing
3 changed files
with
15 additions
and
8 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
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 |
---|---|---|
|
@@ -23,3 +23,6 @@ Pierre-Luc Tessier Gagné | |
Felix Divo <[email protected]> | ||
Kristian Sloth Lauszus <[email protected]> | ||
Shaoyu Meng <[email protected]> | ||
Alexander Mueller<[email protected]> | ||
Jan Goeteyn | ||
"ykzheng" <[email protected]> |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
import logging | ||
|
||
__version__ = "3.1.0-rc.1" | ||
__version__ = "3.1.0" | ||
|
||
log = logging.getLogger('can') | ||
|
||
|