From 407bfc0bdf0d6c67c3d800a656e0763ed3f5992d Mon Sep 17 00:00:00 2001 From: Martin Martinez Rivera Date: Wed, 20 Mar 2019 14:47:49 -0700 Subject: [PATCH] Changelog for v1.0.3 (#55) --- CHANGELOG.md | 6 ++++++ pydgraph/meta.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6465785..faa65a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v1.0.3] - 2019-03-20 + +### Added +- Support for best-effort queries. + ## [v1.0.2] - 2019-03-19 ### Added @@ -29,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Full compatibility with Dgraph v1.0.0 [Unreleased]: https://github.com/dgraph-io/pydgraph/compare/v1.0.0...HEAD +[v1.0.3]: https://github.com/dgraph-io/pydgraph/compare/v1.0.2...v1.0.3 [v1.0.2]: https://github.com/dgraph-io/pydgraph/compare/v1.0.1...v1.0.2 [v1.0.1]: https://github.com/dgraph-io/pydgraph/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/dgraph-io/pydgraph/releases/tag/v1.0.0 diff --git a/pydgraph/meta.py b/pydgraph/meta.py index 0429baa..710d79e 100644 --- a/pydgraph/meta.py +++ b/pydgraph/meta.py @@ -14,4 +14,4 @@ """Metadata about this package.""" -VERSION = '1.0.2' +VERSION = '1.0.3'