Skip to content

Commit 845a479

Browse files
authored
Merge pull request #1599 from juhasch/bump_version
Bump version to 0.6.0
2 parents aa7142f + b99bca2 commit 845a479

File tree

3 files changed

+9
-3
lines changed

3 files changed

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ readthedocs stuff gets all the shiny link goodness. Thanks!
1818
Unreleased (aka. GitHub master)
1919
-------------------------------
2020

21+
0.6.0
22+
-----
23+
- Fix CI
24+
- Add license.txt in setup.cfg#
25+
- Fix Readme
26+
2127
0.5.3
2228
-----
2329

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ def main():
4040
`the repository issues page <https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues>`_
4141
if you encounter any problems, and create a new issue if needed!
4242
""", # noqa: E501
43-
version='0.5.3',
43+
version='0.6.0',
4444
author='ipython-contrib and jupyter-contrib developers',
4545
author_email='[email protected]',
4646
url=('https://github.com/'
4747
'ipython-contrib/jupyter_contrib_nbextensions.git'),
4848
download_url=('https://github.com/'
4949
'ipython-contrib/jupyter_contrib_nbextensions'
50-
'/tarball/0.5.3'),
50+
'/tarball/0.6.0'),
5151
keywords=['IPython', 'Jupyter', 'notebook'],
5252
license='BSD',
5353
platforms=['Any'],

0 commit comments

Comments
 (0)