Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeraydiazdiaz committed Aug 15, 2023
1 parent c2f5768 commit d6f4c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.7.0 (2023-08-15)

- Fix misleading usage of `__main__.py` without runnable code to be ran on `python -m lunr`
- Move to pyproject.toml packaging
Expand Down
2 changes: 1 addition & 1 deletion lunr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__all__ = ("lunr", "get_default_builder")

__VERSION__ = "0.6.2"
__VERSION__ = "0.7.0"
__TARGET_JS_VERSION__ = "2.3.9"

0 comments on commit d6f4c8f

Please sign in to comment.