Skip to content

Commit 132cd65

Browse files
committed
release: 0.6.4
1 parent 793e284 commit 132cd65

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.6.3
2+
current_version = 0.6.4
33
commit = True
44
message = release {new_version}
55
tag = False

README.md

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

209+
0.6.4
210+
-----
211+
* Import JupyterServer handlers
212+
209213
0.6.3
210214
-----
211215
* Import notebook version

setup.py

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

src/jupyter_nbextensions_configurator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
def json_errors(method):
3535
return method
3636

37-
__version__ = '0.6.3'
37+
__version__ = '0.6.4'
3838

3939
absolute_url_re = re.compile(r'^(f|ht)tps?://')
4040

0 commit comments

Comments
 (0)