Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 5ee61e7

Browse files
committed
bug fixes
* allow spaces in column titles on spreadsheet * move all html output to below the editor
1 parent 4fa53de commit 5ee61e7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

chromedriver

10.4 MB
Binary file not shown.

chromedriver_linux64.zip

4.9 MB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='runestone',
88
description='Sphinx extensions for writing interactive documents.',
9-
version='4.1.1',
9+
version='4.1.2',
1010
author = 'Brad Miller',
1111
author_email = 'bonelake@mac.com',
1212
packages= find_packages(exclude=['*.*.test']),
@@ -17,7 +17,7 @@
1717
package_data = { '' : ['js/*.js', 'css/*.css', '*.txt']},
1818
license='GPL',
1919
url = 'https://github.com/RunestoneInteractive/RunestoneComponents',
20-
download_url = 'https://github.com/RunestoneInteractive/RunestoneComponents/tarball/4.1.1',
20+
download_url = 'https://github.com/RunestoneInteractive/RunestoneComponents/tarball/4.1.2',
2121
keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords
2222
classifiers=('Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',

0 commit comments

Comments
 (0)