Skip to content

Commit 748339f

Browse files
authored
Change version and add changelog. (#125)
1 parent 3acc167 commit 748339f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [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.
918

1019
## [v2.0.3] - 2020-03-24
1120

pydgraph/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Metadata about this package."""
1616

17-
VERSION = '2.0.3'
17+
VERSION = '20.03.0'

0 commit comments

Comments
 (0)