Skip to content

Commit

Permalink
build: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Aug 28, 2023
1 parent 22bb304 commit 6668600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -3,8 +3,8 @@ Changelog

Here you can see the full list of changes between each SQLAlchemy-Searchable release.

Unreleased
^^^^^^^^^^
2.0.0 (2023-08-28)
^^^^^^^^^^^^^^^^^^

- **BREAKING CHANGE**: Drop support for Python 3.6 and 3.7.
- **BREAKING CHANGE**: Drop support for SQLAlchemy 1.3.
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_searchable/__init__.py
Expand Up @@ -10,7 +10,7 @@

from .vectorizers import Vectorizer

__version__ = "1.4.1"
__version__ = "2.0.0"


vectorizer = Vectorizer()
Expand Down

0 comments on commit 6668600

Please sign in to comment.