Skip to content

Commit

Permalink
Publish 0.13.3
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_releaser-0.13.3-py3-none-any.whl: 64dae94610ab4c9f09b94845f94385e3a768aea1733630fe5dbc8be404c4dfe5

jupyter_releaser-0.13.3.tar.gz: db16ec713ed41850308261f3f43ed8f8d1188f6fbf8d5a046f020994caa37c71
  • Loading branch information
github-actions[bot] committed Mar 25, 2022
1 parent 865f76e commit b056c1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Project Jupyter"

# The full version, including alpha/beta/rc tags.
release = "0.13.2"
release = "0.13.3"
# The short X.Y version.
version = ".".join(release.split(".")[:2])

Expand Down
2 changes: 1 addition & 1 deletion jupyter_releaser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
__version__ = "0.13.2"
__version__ = "0.13.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
ignore = ["tbump.toml", ".*", "codecov.yml"]

[tool.tbump.version]
current = "0.13.2"
current = "0.13.3"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit b056c1e

Please sign in to comment.