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

v0.0.3
======

:date: 2022-11-26

Update documents

Documentation
-------------

* Add badges into readme and documentation.
* Follow notes for v0.0.2

v0.0.2
======

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

Expand All @@ -8,7 +8,7 @@ search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[doc8]
ignore-path-errors=docs/index.rst;D001
ignore-path-errors = docs/index.rst;D001

[pycodestyle]
max-line-length = 88
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.0.2"
__version__ = "0.0.3"


def setup(app: Sphinx):
Expand Down

0 comments on commit cda3124

Please sign in to comment.