Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 25673a3

Browse files
authored
Release 0.3.0 (#135)
1 parent ca36a15 commit 25673a3

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.3.0
2+
-------------
3+
4+
:Date: Mar 27, 2023
5+
6+
* @stsewd: Use the search API V3 and add support for custom filters (#132)
7+
18
Version 0.2.0
29
-------------
310

docs/development.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ After the pull request is merged, run:
6565

6666
.. prompt:: bash
6767

68+
TWINE_USERNAME=__token__
69+
TWINE_PASSWORD=<your-pypi-token>
6870
make release
6971
make tag
7072

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readthedocs-sphinx-search",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Enable search-as-you-type feature.",
55
"scripts": {
66
"build": "gulp",

sphinx_search/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)