Skip to content

Commit

Permalink
Jupyter Enterprise Gateway 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Nov 30, 2018
1 parent 5e9be5f commit e9deb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SA:=source activate
ENV:=enterprise-gateway-dev
SHELL:=/bin/bash

VERSION:=1.2.0.dev0
VERSION:=1.1.1

WHEEL_FILE:=dist/jupyter_enterprise_gateway-$(VERSION)-py2.py3-none-any.whl
WHEEL_FILES:=$(shell find . -type f ! -path "./build/*" ! -path "./etc/*" ! -path "./docs/*" ! -path "./.git/*" ! -path "./.idea/*" ! -path "./dist/*" ! -path "./.image-enterprise-gateway" ! -path "./.image-nb2kg" ! -path "./.image-yarn-spark" )
Expand Down
5 changes: 2 additions & 3 deletions enterprise_gateway/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@

version_info = (
1,
2,
0,
'dev0'
1,
1

)

Expand Down

0 comments on commit e9deb1a

Please sign in to comment.