Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
release: Bump version 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 25, 2023
1 parent bb695a8 commit df2a473
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Latest changes
==============

v0.1.2
======

:date: 2023-10-26

(Add deprecated notes)

v0.1.1
======

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
message = release: Bump version {current_version} -> {new_version}

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

from . import builders, events

__version__ = "0.1.1"
__version__ = "0.1.2"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit df2a473

Please sign in to comment.