File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 1.6rc2 (unreleased)
4+ 1.6rc3 (unreleased)
5+ -------------------
6+
7+ - Nothing changed yet.
8+
9+
10+ 1.6rc2 (2022-09-22)
511-------------------
612
713- Fix issue where multiple keyword buttons did not work as expected on ipywidgets >= 8
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ graft src/robotkernel
22graft docs
33graft tests
44graft atest
5+ graft _templates
56
67recursive-include src *.js
7- include LICENSE *.rstj
8+ include LICENSE *.rst *.yml
89exclude Makefile Dockerfile requirements*.txt *.nix *.png *.ipynb *.json dodo.py conf.py
910
1011prune .github
Original file line number Diff line number Diff line change 11[metadata]
22name = robotkernel
3- version = 1.6rc2 .dev0
3+ version = 1.6rc3 .dev0
44description = A Jupyter kernel for interactive acceptance-test-driven development with the Robot Framework
55long_description = file: README.rst, CHANGELOG.rst
66url = https://github.com/robots-from-jupyter/robotkernel
You can’t perform that action at this time.
0 commit comments