-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into feature/asyncio
- Loading branch information
Showing
33 changed files
with
619 additions
and
182 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"description": "Starting version for semversioner", | ||
"type": "patch" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"description": "First release after semversioner", | ||
"type": "patch" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"description": "updates from pyup", | ||
"type": "patch" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ | ||
{ | ||
"description": "Use the last irreversible block for tapos ref params", | ||
"type": "minor" | ||
} | ||
] |
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,11 +1,12 @@ | ||
685 Fabian Schuh <[email protected]> | ||
735 Fabian Schuh <[email protected]> | ||
154 Fabian Schuh <[email protected]> | ||
76 Fabian Schuh <[email protected]> | ||
24 pyup-bot <[email protected]> | ||
90 Fabian Schuh <[email protected]> | ||
48 pyup-bot <[email protected]> | ||
20 gileadmcgee <[email protected]> | ||
10 jhtitor <[email protected]> | ||
10 user name <[email protected]> | ||
9 jhtitor <[email protected]> | ||
8 Maurits <[email protected]> | ||
5 Vladimir Kamarzin <[email protected]> | ||
4 bitcrab <[email protected]> | ||
3 Boombastic <[email protected]> | ||
3 Holger Nahrstaedt <[email protected]> | ||
|
@@ -19,7 +20,6 @@ | |
1 Best Buy #2 <[email protected]> | ||
1 Holger Nahrstaedt <[email protected]> | ||
1 Pavel Martynov <[email protected]> | ||
1 Vladimir Kamarzin <[email protected]> | ||
1 iHashFury <[email protected]> | ||
1 jhtitor <[email protected]> | ||
1 linouxis9 <[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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
Note: version releases in the 0.x.y range may introduce breaking changes. | ||
|
||
## 1.2.0 | ||
|
||
- minor: Use the last irreversible block for tapos ref params | ||
|
||
## 1.1.20 | ||
|
||
- patch: updates from pyup | ||
|
||
## 1.1.19 | ||
|
||
- patch: First release after semversioner | ||
|
||
## 1.1.18 | ||
|
||
- patch: Starting version for semversioner | ||
|
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,5 +1,5 @@ | ||
python-graphenelib | ||
================== | ||
python-graphene | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 6 | ||
|
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 +1 @@ | ||
graphenelib==1.1.12 | ||
graphenelib==1.1.18 |
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
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
Oops, something went wrong.