Skip to content

Commit

Permalink
Merge pull request #33 from timkpaine/tkp/040
Browse files Browse the repository at this point in the history
Bump version: 0.3.1 → 0.4.0
  • Loading branch information
timkpaine authored Apr 11, 2023
2 parents 21251db + 7febe78 commit 385845b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
# The short X.Y version.
version = "0.3.1"
version = "0.4.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_nbconvert_nocode/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.4.0"
17 changes: 8 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.4.0
commit = True
tag = False

Expand All @@ -8,14 +8,14 @@ universal = 1

[metadata]
description_file = README.md
long_description_content_type=text/markdown
long_description_content_type = text/markdown

[flake8]
ignore=E203, W503
max-line-length=200
exclude=jupyterlab_nbconvert_nocode/tests
per-file-ignores=
jupyterlab_nbconvert_nocode/__init__.py:F401, F403
ignore = E203, W503
max-line-length = 200
exclude = jupyterlab_nbconvert_nocode/tests
per-file-ignores =
jupyterlab_nbconvert_nocode/__init__.py:F401, F403

[tool:pytest]
junit_family = xunit2
Expand All @@ -33,5 +33,4 @@ search = version = "{current_version}"
replace = version = "{new_version}"

[check-manifest]
ignore =

ignore =
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name=name,
version="0.3.1",
version="0.4.0",
description="A simple helper library with 2 NBConvert exporters for PDF/HTML export with no code cells",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 385845b

Please sign in to comment.