Skip to content

Commit f55fd54

Browse files
authored
Merge pull request #143 from datalayer-externals/rel/0.6.0
Bump version to 0.6.0
2 parents bd13c87 + 2f574e9 commit f55fd54

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.6.0
33
commit = True
44
message = release {new_version}
55
tag = False

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,13 @@ For debugging, useful information can (sometimes) be found by:
206206
Changes
207207
=======
208208

209+
0.6.0
210+
-----
211+
* Support nbclassic.
212+
213+
0.5.0
214+
-----
215+
209216
0.4.0
210217
-----
211218
* Show error messages when failing to load a config file, allowing remaining

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ def main():
2424
file, the interface also provides controls to configure the nbextensions'
2525
options.
2626
""",
27-
version='0.5.0',
27+
version='0.6.0',
2828
author='jcb91, jupyter-contrib developers',
2929
author_email='[email protected]',
3030
url=('https://github.com/'
3131
'jupyter-contrib/jupyter_nbextensions_configurator'),
3232
download_url=('https://github.com/'
3333
'jupyter-contrib/jupyter_nbextensions_configurator/'
34-
'tarball/0.5.0'),
34+
'tarball/0.6.0'),
3535
keywords=['Jupyter', 'notebook'],
3636
license='BSD 3-clause',
3737
platforms=['any'],

0 commit comments

Comments
 (0)