Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 9ab42a8

Browse files
update VERSION, deps and release template
1 parent 6af81c2 commit 9ab42a8

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

RELEASE_TEMPLATE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@ pip install typedb-client=={version}
1111

1212
{ release notes }
1313

14-
---
15-
16-
**Please refer to [full release notes of 2.0.0-alpha](https://github.com/vaticle/typedb-client-python/releases/tag/2.0.0-alpha) to see the changes contained in 2.0.0.**
17-
1814

1915

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.1.0

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ def vaticle_dependencies():
2525
git_repository(
2626
name = "vaticle_dependencies",
2727
remote = "https://github.com/vaticle/dependencies",
28-
commit = "3a58ebd1f1e249b21b8d8bd07c7415d127aa9dc1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28+
commit = "515d6adf719cc7e78f9d313e6c97bce9f918b60b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2929
)
3030

3131
def vaticle_typedb_common():
3232
git_repository(
3333
name = "vaticle_typedb_common",
3434
remote = "https://github.com/vaticle/typedb-common",
35-
commit = "20c5796622c46453bc4e0c81533dfd602a3f46a0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
35+
tag = "2.1.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
3636
)
3737

3838
def vaticle_typedb_behaviour():

deployment.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
deployment = {
2323
"github.organisation" : "vaticle",
24-
"github.repository" : "client-python",
24+
"github.repository" : "typedb-client-python",
2525
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
## Dependencies
3333

3434
# IMPORTANT: Any changes to these dependencies should be copied to requirements_dev.txt.
35-
typedb-protocol==0.0.0-d608bb39f21013ed0e569581b599900d1d60ede2
35+
typedb-protocol==2.1.0
3636
grpcio==1.36.1
3737
protobuf==3.15.5

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
## Dependencies
3232

33-
typedb-protocol==0.0.0-d608bb39f21013ed0e569581b599900d1d60ede2
33+
typedb-protocol==2.1.0
3434
grpcio==1.36.1
3535
protobuf==3.15.5
3636

0 commit comments

Comments
 (0)