Skip to content

Commit b6c49fb

Browse files
authored
Update version and add it to the changelog. (#44)
1 parent 827655f commit b6c49fb

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.0.1] - 2019-01-03
11+
12+
### Added
13+
- Full compatibility with Dgraph v1.0.11
14+
- Added support for read-only transactions.
15+
- Fixed dependencies.
16+
- Support for predicate tracking.
17+
- Remove linread map and sequencing.
18+
1019
## [v1.0.0] - 2018-05-16
1120

1221
### Added
1322
- Full compatibility with Dgraph v1.0.0
1423

15-
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.0...HEAD
16-
[v1.0.0]: https://github.com/dgraph-io/dgraph-js/tree/v1.0.0
24+
[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

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.0'
17+
VERSION = '1.0.1'

0 commit comments

Comments
 (0)