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 3acc167 commit 748339fCopy full SHA for 748339f
CHANGELOG.md
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
+===================
10
+
11
+## [v20.03.0] - 2020-03-31
12
13
+Starting with this release, the release number has changed to match the Dgraph release
14
+to make it easier to identify which version of Dgraph a client version supports.
15
16
+### Added
17
+- Use RunInBackground flag for computing indexes in background.
18
19
## [v2.0.3] - 2020-03-24
20
pydgraph/meta.py
@@ -14,4 +14,4 @@
"""Metadata about this package."""
-VERSION = '2.0.3'
+VERSION = '20.03.0'
0 commit comments