We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4244a8e commit 89a87dfCopy full SHA for 89a87df
CHANGES.rst
@@ -2,10 +2,23 @@
2
Latest changes
3
==============
4
5
+v0.1.3
6
+======
7
+
8
+:date: 2023-10-26
9
10
+(Not featured release)
11
12
+Misc
13
+----
14
15
+* Fix to upload into GitHub Releases.
16
+* Fix release-date of v0.1.2
17
18
v0.1.2
19
======
20
-:date: 2023-11-26
21
22
23
Important
24
---------
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.2
+current_version = 0.1.3
commit = True
message = release: Bump version {current_version} -> {new_version}
src/atsphinx/sqlite3fts/__init__.py
@@ -3,7 +3,7 @@
from . import builders, events
-__version__ = "0.1.2"
+__version__ = "0.1.3"
def setup(app: Sphinx):
0 commit comments