Skip to content

Commit 9404d46

Browse files
committed
release: Bump version 0.1.1 -> 0.1.2
1 parent 93e9853 commit 9404d46

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Latest changes
33
==============
44

5+
v0.1.2
6+
======
7+
8+
:date: 2023-11-26
9+
10+
Important
11+
---------
12+
13+
* Rename from ``sphinx-sqlite3fts``
14+
15+
Fixes
16+
-----
17+
18+
* Ref content-root when using Sphinx>=7.2
19+
520
v0.1.1
621
======
722

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
message = release: Bump version {current_version} -> {new_version}
55

src/atsphinx/sqlite3fts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from . import builders, events
55

6-
__version__ = "0.1.1"
6+
__version__ = "0.1.2"
77

88

99
def setup(app: Sphinx):

0 commit comments

Comments
 (0)