Skip to content

Commit c506452

Browse files
committed
Bump version to 1.2.0
1 parent 709aebc commit c506452

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.2.0] - 2019-06-24
11+
12+
### Added
13+
- Added support for Upsert Block
14+
1015
## [v1.1.2] - 2019-06-07
1116

1217
### Added
@@ -55,6 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5560
- Full compatibility with Dgraph v1.0.0
5661

5762
[Unreleased]: https://github.com/dgraph-io/pydgraph/compare/v1.0.0...HEAD
63+
[v1.2.0] https://github.com/dgraph-io/pydgraph/compare/v1.1.2...v1.2.0
5864
[v1.1.2]: https://github.com/dgraph-io/pydgraph/compare/v1.1.1...v1.1.2
5965
[v1.1.1]: https://github.com/dgraph-io/pydgraph/compare/v1.1...v1.1.1
6066
[v1.1]: https://github.com/dgraph-io/pydgraph/compare/v1.0.3...v1.1

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.1.2'
17+
VERSION = '1.2.0'

0 commit comments

Comments
 (0)