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

Commit 1608743

Browse files
authored
Release 0.3.1 (#136)
Missed adding the new static file :/
1 parent 25673a3 commit 1608743

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-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.1
2+
-------------
3+
4+
:Date: Mar 27, 2023
5+
6+
* @stsewd: Add missing static file (#135)
7+
18
Version 0.3.0
29
-------------
310

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ prune common
22
include LICENSE
33
include sphinx_search/static/js/rtd_sphinx_search.js
44
include sphinx_search/static/js/rtd_sphinx_search.min.js
5+
include sphinx_search/static/js/rtd_search_config.js_t
56
include sphinx_search/static/css/rtd_sphinx_search.css
67
include sphinx_search/static/css/rtd_sphinx_search.min.css

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.3.0",
3+
"version": "0.3.1",
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.3.0'
1+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)