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.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 27, 2022
1 parent 59da57c commit 6f3a105
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@
Latest changes
==============

v0.1.1
======

:date: 2022-11-28

Small bug-fixes.

Fixes
-----

* Force override ``searchindex.js`` as blank file.
* ``searchtools.js`` initialize engine lazy.

v0.1.0
======

:date: 2022-11-27

For JavaScript based search-engine.

Features
--------

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.0
current_version = 0.1.1
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 @@ -3,7 +3,7 @@

from . import builders, events

__version__ = "0.1.0"
__version__ = "0.1.1"


def setup(app: Sphinx):
Expand Down

0 comments on commit 6f3a105

Please sign in to comment.