From 228c69fcbe2edaa2f5a6c51b6ff74518332e961b Mon Sep 17 00:00:00 2001 From: Josh Barnes Date: Tue, 23 Jan 2018 16:05:02 +0000 Subject: [PATCH] release 0.4.0 --- .bumpversion.cfg | 2 +- docs/source/conf.py | 4 ++-- setup.py | 4 ++-- src/jupyter_contrib_nbextensions/__init__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 91c37a55f..5106d78af 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.4.0 commit = True message = release {new_version} tag = False diff --git a/docs/source/conf.py b/docs/source/conf.py index d4d2ffb4b..7bf78421a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,9 +41,9 @@ # built documents. # # The short X.Y version. -version = '0.3.3' +version = '0.4.0' # The full version, including alpha/beta/rc tags. -release = '0.3.3' +release = '0.4.0' # The suffix(es) of source filenames. # You can specify multiple suffix as a list of strings diff --git a/setup.py b/setup.py index 8ef4532ea..cc8356408 100755 --- a/setup.py +++ b/setup.py @@ -42,14 +42,14 @@ def main(): `the repository issues page `_ if you encounter any problems, and create a new issue if needed! """, # noqa: E501 - version='0.3.3', + version='0.4.0', author='ipython-contrib and jupyter-contrib developers', author_email='jupytercontrib@gmail.com', url=('https://github.com/' 'ipython-contrib/jupyter_contrib_nbextensions.git'), download_url=('https://github.com/' 'ipython-contrib/jupyter_contrib_nbextensions' - '/tarball/0.3.3'), + '/tarball/0.4.0'), keywords=['IPython', 'Jupyter', 'notebook'], license='BSD', platforms=['Any'], diff --git a/src/jupyter_contrib_nbextensions/__init__.py b/src/jupyter_contrib_nbextensions/__init__.py index d2aac8019..e9bbaa783 100644 --- a/src/jupyter_contrib_nbextensions/__init__.py +++ b/src/jupyter_contrib_nbextensions/__init__.py @@ -4,7 +4,7 @@ import jupyter_nbextensions_configurator -__version__ = '0.3.3' +__version__ = '0.4.0' def _jupyter_server_extension_paths():