Skip to content

Commit f8f1570

Browse files
committed
Bump version to v1.0.0
1 parent 4ac02ac commit f8f1570

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.0.0] - 2018-05-16
11+
1012
### Added
1113
- Full compatibility with Dgraph v1.0.0
1214

13-
[Unreleased]: https://github.com/dgraph-io/dgraph-js/tree/master
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

pydgraph/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = '1.0.0a3'
15+
VERSION = '1.0.0'

0 commit comments

Comments
 (0)