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 1
1
Changelog
2
2
=========
3
3
4
- 1.6rc2 (unreleased)
4
+ 1.6rc3 (unreleased)
5
+ -------------------
6
+
7
+ - Nothing changed yet.
8
+
9
+
10
+ 1.6rc2 (2022-09-22)
5
11
-------------------
6
12
7
13
- 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
2
2
graft docs
3
3
graft tests
4
4
graft atest
5
+ graft _templates
5
6
6
7
recursive-include src *.js
7
- include LICENSE *.rstj
8
+ include LICENSE *.rst *.yml
8
9
exclude Makefile Dockerfile requirements*.txt *.nix *.png *.ipynb *.json dodo.py conf.py
9
10
10
11
prune .github
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = robotkernel
3
- version = 1.6rc2 .dev0
3
+ version = 1.6rc3 .dev0
4
4
description = A Jupyter kernel for interactive acceptance-test-driven development with the Robot Framework
5
5
long_description = file: README.rst, CHANGELOG.rst
6
6
url = https://github.com/robots-from-jupyter/robotkernel
You can’t perform that action at this time.
0 commit comments