Skip to content

Commit 781c6a7

Browse files
authored
Merge pull request #157 from datalayer-externals/rel/0.6.3
release: 0.6.3
2 parents f2ee361 + 02d679d commit 781c6a7

File tree

4 files changed

+14
-4
lines changed

4 files changed

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

README.md

Lines changed: 10 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.3
210+
-----
211+
* Import notebook version
212+
209213
0.6.2
210214
-----
211215
* Fix marked.js
@@ -328,3 +332,9 @@ Remove tests dependency on `ipython_genutils`
328332
0.1.0
329333
-----
330334
First public release!
335+
336+
Release
337+
=======
338+
339+
python setup.py bdist_wheel
340+
twine upload dist/*

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.2',
26+
version='0.6.3',
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.2'),
33+
'tarball/0.6.3'),
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.2'
37+
__version__ = '0.6.3'
3838

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

0 commit comments

Comments
 (0)