We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b2bd2 commit e195319Copy full SHA for e195319
docs/conf.py
@@ -21,7 +21,7 @@
21
author = 'Denisa Checiu'
22
23
# The full version, including alpha/beta/rc tags
24
-release = '0.3.1'
+release = '0.3.2'
25
26
27
# -- General configuration ---------------------------------------------------
docs/other_extensions.md
@@ -120,7 +120,7 @@ You will need to request the `jupyterlab-blockly` package as a dependency of you
120
121
setup_args = dict(
122
...
123
- install_requires=['jupyterlab-blockly>=0.3.1,<0.4']
+ install_requires=['jupyterlab-blockly>=0.3.2,<0.4']
124
125
)
126
```
0 commit comments