Skip to content

Commit 407bfc0

Browse files
authored
Changelog for v1.0.3 (#55)
1 parent e529ae7 commit 407bfc0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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 = '1.0.2'
17+
VERSION = '1.0.3'

0 commit comments

Comments
 (0)