Skip to content

Commit

Permalink
Merge #873
Browse files Browse the repository at this point in the history
873: Update version for the next release (v0.28.4) r=sanders41 a=sanders41

# Pull Request

## Related issue
Fixes #<issue_number>

## What does this PR do?
- ...

## PR checklist
Please check if your PR fulfills the following requirements:
- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [ ] Have you read the contributing guidelines?
- [ ] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Paul Sanders <psanders1@gmail.com>
  • Loading branch information
meili-bors[bot] and sanders41 committed Oct 25, 2023
2 parents 6b22f3d + 630a9ad commit 9e5c070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.28.3"
__version__ = "0.28.4"


def qualified_version() -> str:
Expand Down

0 comments on commit 9e5c070

Please sign in to comment.