Bump 3.1.5

This commit is contained in:
Florian Mounier
2017-05-29 10:32:28 +02:00
parent 6bc8e1438f
commit ef0057c23f
5 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
3.1.5
=====
* Fix new option in older tornado version. (#146 thanks @warpkwd)
3.1.4
=====

View File

@@ -5,8 +5,8 @@ all: install lint check-outdated run-debug
install:
test -d $(VENV) || virtualenv $(VENV) -p $(PYTHON_VERSION)
# $(PIP) install --upgrade --no-cache pip setuptools -e .[lint] devcore
# $(NPM) install
$(PIP) install --upgrade --no-cache pip setuptools -e .[lint] devcore
$(NPM) install
clean:
rm -fr $(NODE_MODULES)

View File

@@ -1,5 +1,5 @@
__title__ = "butterfly"
__version__ = "3.1.4"
__version__ = "3.1.5"
__summary__ = "A sleek web based terminal emulator"
__uri__ = "https://github.com/paradoxxxzero/butterfly"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long