File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ v1.0.3] - 2019-03-20
11+
12+ ### Added
13+ - Support for best-effort queries.
14+
1015## [ v1.0.2] - 2019-03-19
1116
1217### Added
@@ -29,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2934- Full compatibility with Dgraph v1.0.0
3035
3136[ Unreleased ] : https://github.com/dgraph-io/pydgraph/compare/v1.0.0...HEAD
37+ [ v1.0.3 ] : https://github.com/dgraph-io/pydgraph/compare/v1.0.2...v1.0.3
3238[ v1.0.2 ] : https://github.com/dgraph-io/pydgraph/compare/v1.0.1...v1.0.2
3339[ v1.0.1 ] : https://github.com/dgraph-io/pydgraph/compare/v1.0.0...v1.0.1
3440[ v1.0.0 ] : https://github.com/dgraph-io/pydgraph/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1414
1515"""Metadata about this package."""
1616
17- VERSION = '1.0.2 '
17+ VERSION = '1.0.3 '
You can’t perform that action at this time.
0 commit comments