Skip to content

Commit

Permalink
Adds built assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
drcongo committed Dec 13, 2022
1 parent d93a6e7 commit 52af384
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ If you want to help with the development I'd be more than happy. The vast majori

## Change Log

#### 0.14.0
* Adds Django 4 support and compatibility with the latest meilisearch server (0.30.2) and meilisearch python (0.23.0)

#### 0.14.0
* Updates to work with the latest versions of Meilisearch (v0.28.1) and meilisearch-python (^0.19.1)

Expand Down
Binary file removed dist/wagtail-meilisearch-0.14.0.tar.gz
Binary file not shown.
Binary file removed dist/wagtail_meilisearch-0.14.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/wagtail_meilisearch-0.15.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/wagtail_meilisearch-0.15.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wagtail-meilisearch"
version = "0.14.0"
version = "0.15.0"
description = "A MeiliSearch backend for Wagatil"
authors = ["Hactar <systems@hactar.is>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_wagtail_meilisearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


def test_version():
assert __version__ == '0.14.0'
assert __version__ == '0.15.0'

0 comments on commit 52af384

Please sign in to comment.