Skip to content

Commit 68f1424

Browse files
committed
RLS: v0.2.11 fix 1
1 parent a7a2d99 commit 68f1424

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Build package
4646
run: |
4747
pip install wheel
48+
git submodule update --init
4849
python setup.py sdist bdist_wheel
4950
- name: Publish
5051
uses: pypa/[email protected]

sphinx_copybutton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from sphinx.util import logging
44

5-
__version__ = "0.2.12dev0"
5+
__version__ = "0.2.11"
66

77
logger = logging.getLogger(__name__)
88

0 commit comments

Comments
 (0)