This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 5 files changed +18
-4
lines changed
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.2.0
2
+ -------------
3
+
4
+ :Date: Jan 24, 2023
5
+
6
+ This version adds support for sphinx 6.x,
7
+ and makes JQuery optional for animations.
8
+
9
+ * @stsewd: CI: fix tests (#127)
10
+ * @dependabot[bot]: Bump decode-uri-component from 0.2.0 to 0.2.2 (#120)
11
+ * @dependabot[bot]: Bump minimatch and gulp (#119)
12
+ * @stsewd: Refactor: don't depend on underscore.js (#116)
13
+ * @stsewd: Remove usage of jquery (#115)
14
+
1
15
Version 0.1.2
2
16
-------------
3
17
Original file line number Diff line number Diff line change 1
1
release : clean
2
2
git checkout main
3
3
git pull origin main
4
- python setup.py sdist bdist_wheel
4
+ python -m build -- sdist --wheel
5
5
python -m twine upload --sign --identity
[email protected] dist/
*
6
6
7
7
tag :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Make sure you have the latest version of these packages:
50
50
51
51
.. code-block :: bash
52
52
53
- python -m pip install --upgrade setuptools wheel twine
53
+ python -m pip install --upgrade setuptools wheel twine build
54
54
55
55
Update the version in ``sphinx_search/__init__.py `` and ``package.json ``,
56
56
and run:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " readthedocs-sphinx-search" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " Enable search-as-you-type feature." ,
5
5
"scripts" : {
6
6
"build" : " gulp" ,
Original file line number Diff line number Diff line change 1
- __version__ = '0.1.2 '
1
+ __version__ = '0.2.0 '
You can’t perform that action at this time.
0 commit comments