We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac02ac commit f8f1570Copy full SHA for f8f1570
CHANGELOG.md
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [v1.0.0] - 2018-05-16
11
+
12
### Added
13
- Full compatibility with Dgraph v1.0.0
14
-[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
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-VERSION = '1.0.0a3'
+VERSION = '1.0.0'
0 commit comments