Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
codejail
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
codejail
Commits
d367a6f8
Commit
d367a6f8
authored
Jul 16, 2016
by
J. Cliff Dyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set version to 1.1
parent
502659cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
codejail/__init__.py
+2
-0
setup.py
+1
-1
No files found.
codejail/__init__.py
View file @
d367a6f8
...
@@ -19,3 +19,5 @@ Primary codejail exports.
...
@@ -19,3 +19,5 @@ Primary codejail exports.
from
.exceptions
import
CodeJailException
,
JailError
,
SafeExecException
from
.exceptions
import
CodeJailException
,
JailError
,
SafeExecException
from
.jail
import
configure
,
is_configured
,
get_codejail
from
.jail
import
configure
,
is_configured
,
get_codejail
from
.languages
import
python2
,
python3
,
other
from
.languages
import
python2
,
python3
,
other
__version__
=
u'1.1'
setup.py
View file @
d367a6f8
...
@@ -6,7 +6,7 @@ from setuptools import setup
...
@@ -6,7 +6,7 @@ from setuptools import setup
setup
(
setup
(
name
=
"codejail"
,
name
=
"codejail"
,
version
=
"1.
0
"
,
version
=
"1.
1
"
,
packages
=
[
'codejail'
],
packages
=
[
'codejail'
],
description
=
"Manages execution of untrusted code in secure sandboxes."
,
description
=
"Manages execution of untrusted code in secure sandboxes."
,
license
=
"Apache Software License, version 2.0"
,
license
=
"Apache Software License, version 2.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment