-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.3 - fixed install for Python >=3.7
- Loading branch information
Peter Gaultney
committed
May 27, 2020
1 parent
d6d5d25
commit e07a044
Showing
3 changed files
with
11 additions
and
2 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,7 @@ | ||
### 1.0.3 | ||
|
||
Fixed install_requires for Python > 3.6 | ||
|
||
### 1.0.2 | ||
|
||
- Fixed return value for `put_unless_exists`. | ||
|
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,4 +1,4 @@ | ||
"""xoto3""" | ||
__version__ = "1.0.2" | ||
__version__ = "1.0.3" | ||
__author__ = "Peter Gaultney" | ||
__author_email__ = "[email protected]" |