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.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
Original file line number Diff line number Diff line change 1414
1515"""Metadata about this package."""
1616
17- VERSION = '1.1.2 '
17+ VERSION = '1.2.0 '
You can’t perform that action at this time.
0 commit comments