Skip to content

Commit

Permalink
build: bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Feb 19, 2024
1 parent 70d8cd1 commit e793b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog

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

Unreleased
^^^^^^^^^^
2.1.0 (2024-02-19)
^^^^^^^^^^^^^^^^^^

- Add support for Python 3.12
- Add support for PostgreSQL 16
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_searchable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .vectorizers import Vectorizer

__version__ = "2.0.0"
__version__ = "2.1.0"


vectorizer = Vectorizer()
Expand Down

0 comments on commit e793b9c

Please sign in to comment.