We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc85ef9 commit f66a613Copy full SHA for f66a613
CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
## [Unreleased]
9
===================
10
11
+## [v20.07.0] - 2020-09-18
12
+
13
+### Added
14
+- Support for Slash GraphQl
15
+- Fixed missing import in the client.
16
17
## [v20.03.1] - 2020-06-03
18
19
### Added
pydgraph/meta.py
@@ -14,4 +14,4 @@
"""Metadata about this package."""
-VERSION = '20.03.1'
+VERSION = '20.07.0'
0 commit comments