Skip to content

Commit

Permalink
Merge pull request #157 from datalayer-externals/rel/0.6.3
Browse files Browse the repository at this point in the history
release: 0.6.3
  • Loading branch information
echarles authored May 5, 2023
2 parents f2ee361 + 02d679d commit 781c6a7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.6.3
commit = True
message = release {new_version}
tag = False
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ For debugging, useful information can (sometimes) be found by:
Changes
=======

0.6.3
-----
* Import notebook version

0.6.2
-----
* Fix marked.js
Expand Down Expand Up @@ -328,3 +332,9 @@ Remove tests dependency on `ipython_genutils`
0.1.0
-----
First public release!

Release
=======

python setup.py bdist_wheel
twine upload dist/*
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ def main():
file, the interface also provides controls to configure the nbextensions'
options.
""",
version='0.6.2',
version='0.6.3',
author='jcb91, jupyter-contrib developers',
author_email='[email protected]',
url=('https://github.com/'
'jupyter-contrib/jupyter_nbextensions_configurator'),
download_url=('https://github.com/'
'jupyter-contrib/jupyter_nbextensions_configurator/'
'tarball/0.6.2'),
'tarball/0.6.3'),
keywords=['Jupyter', 'notebook'],
license='BSD 3-clause',
platforms=['any'],
Expand Down
2 changes: 1 addition & 1 deletion src/jupyter_nbextensions_configurator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
def json_errors(method):
return method

__version__ = '0.6.2'
__version__ = '0.6.3'

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

Expand Down

0 comments on commit 781c6a7

Please sign in to comment.