Skip to content

Commit 202ca37

Browse files
committed
update typesense build to 0.26
1 parent 09cedfd commit 202ca37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup TypeSense
5555
uses: jirevwe/[email protected]
5656
with:
57-
typesense-version: 0.25.1
57+
typesense-version: 0.26
5858
typesense-api-key: sample_key
5959

6060
- name: Run tests

django_typesense/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3-alpha"

0 commit comments

Comments
 (0)