Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed Jun 2, 2017
1 parent 2a3acbf commit e9fb0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Django application for running python code in your project's environment from dj
Installation
------------

pip install webshell
pip install django-webshell

settings.py:
```python
Expand Down
2 changes: 1 addition & 1 deletion webshell/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 2, 3)
VERSION = (0, 2, 4)


def get_version():
Expand Down

0 comments on commit e9fb0d9

Please sign in to comment.