From 4e0255fe8b53384cbd43dbf79f1738d3a59e61b4 Mon Sep 17 00:00:00 2001 From: Martin Martinez Rivera Date: Tue, 31 Mar 2020 17:15:49 -0700 Subject: [PATCH] Change version and add changelog. --- CHANGELOG.md | 9 +++++++++ pydgraph/meta.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f850b42..10755ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +=================== + +## [v20.03.0] - 2020-03-31 + +Starting with this release, the release number has changed to match the Dgraph release +to make it easier to identify which version of Dgraph a client version supports. + +### Added +- Use RunInBackground flag for computing indexes in background. ## [v2.0.3] - 2020-03-24 diff --git a/pydgraph/meta.py b/pydgraph/meta.py index 47a80ea..e4d8fbc 100644 --- a/pydgraph/meta.py +++ b/pydgraph/meta.py @@ -14,4 +14,4 @@ """Metadata about this package.""" -VERSION = '2.0.3' +VERSION = '20.03.0'