Skip to content

Commit

Permalink
Bump version: 12.0.1 → 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago committed May 2, 2022
1 parent ef0d5e9 commit 0bcc662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codejailservice/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Allows for the remote execution of unsafe code via a rest API that runs restricted by an apparmor profile."""
from .app import app

__version__ = "12.0.1"
__version__ = "13.0.0"
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 12.0.1
current_version = 13.0.0
commit = True
tag = True

Expand All @@ -11,8 +11,8 @@ multi_line_output = 3
known_third_party = codejail

[pycodestyle]
ignore=E501, E722
exclude=.git
ignore = E501, E722
exclude = .git

[tool:pytest]
norecursedirs = venv, src #code jail the 3rd party import.
Expand Down

0 comments on commit 0bcc662

Please sign in to comment.