Skip to content

Commit 1e865c3

Browse files
committed
Merge remote-tracking branch 'origin/master' into rf51
2 parents 17e674e + f3e0573 commit 1e865c3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Changelog
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

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ graft src/robotkernel
22
graft docs
33
graft tests
44
graft atest
5+
graft _templates
56

67
recursive-include src *.js
7-
include LICENSE *.rstj
8+
include LICENSE *.rst *.yml
89
exclude Makefile Dockerfile requirements*.txt *.nix *.png *.ipynb *.json dodo.py conf.py
910

1011
prune .github

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = robotkernel
3-
version = 1.6rc2.dev0
3+
version = 1.6rc3.dev0
44
description = A Jupyter kernel for interactive acceptance-test-driven development with the Robot Framework
55
long_description = file: README.rst, CHANGELOG.rst
66
url = https://github.com/robots-from-jupyter/robotkernel

0 commit comments

Comments
 (0)