Skip to content

Commit

Permalink
Bump version: 5.1.4beta0 → 5.2.0beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 10, 2022
1 parent 21790e4 commit 89dd68e
Show file tree
Hide file tree
Showing 4 changed files with 4 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 = 5.1.4beta0
current_version = 5.2.0beta0
commit = True
message = Bump version: {current_version} → {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# built documents.
#
# The short X.Y version.
version = '5.1'
version = '5.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion nbformat/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Make sure to update package.json, too!
version_info = (5, 1, 4, 'beta0')
version_info = (5, 2, 0, 'beta0')
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbformat-schema",
"version": "5.1.4-beta.0",
"version": "5.2.0-beta.0",
"description": "JSON schemata for Jupyter notebook formats",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 89dd68e

Please sign in to comment.