Skip to content

Commit 89a87df

Browse files
committed
release: Bump version 0.1.2 -> 0.1.3
1 parent 4244a8e commit 89a87df

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGES.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,23 @@
22
Latest changes
33
==============
44

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+
518
v0.1.2
619
======
720

8-
:date: 2023-11-26
21+
:date: 2023-10-26
922

1023
Important
1124
---------

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.2
2+
current_version = 0.1.3
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.2"
6+
__version__ = "0.1.3"
77

88

99
def setup(app: Sphinx):

0 commit comments

Comments
 (0)