Skip to content

Commit f60b194

Browse files
authored
Change version to 1.0.2 (#52)
1 parent b5ad1a4 commit f60b194

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v1.0.2] - 2019-03-19
11+
12+
### Added
13+
- During queries, passing a map with non-string keys or values as a variable
14+
map will result in an error instead of continuing silently.
15+
- Fixed dependencies.
16+
1017
## [v1.0.1] - 2019-01-03
1118

1219
### Added
@@ -22,5 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2229
- Full compatibility with Dgraph v1.0.0
2330

2431
[Unreleased]: https://github.com/dgraph-io/pydgraph/compare/v1.0.0...HEAD
25-
[v1.0.1]: https://github.com/dgraph-io/pydgraph/tree/v1.0.1
26-
[v1.0.0]: https://github.com/dgraph-io/pydgraph/tree/v1.0.0
32+
[v1.0.2]: https://github.com/dgraph-io/pydgraph/compare/v1.0.1...v1.0.2
33+
[v1.0.1]: https://github.com/dgraph-io/pydgraph/compare/v1.0.0...v1.0.1
34+
[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.1'
17+
VERSION = '1.0.2'

0 commit comments

Comments
 (0)