Skip to content

Commit 735ff87

Browse files
committed
Compatibility workaround
1 parent 794859c commit 735ff87

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/peakrdl/html/__about__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from peakrdl_html.__about__ import __version__

src/peakrdl/html/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import warnings
22

33
# Load modules
4-
from peakrdl_html import __about__
54
from peakrdl_html import exporter
65
from peakrdl_html import search_indexer
76
from peakrdl_html import stringify

src/peakrdl_html/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.6.0"
1+
__version__ = "2.6.1"

0 commit comments

Comments
 (0)