Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleycpl committed Oct 12, 2018
1 parent 41e3ace commit b9cc55d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ mkdir ${CESI_SETUP_PATH}
$ cd ${CESI_SETUP_PATH}

$ # Download the project to ~/cesi directory
$ wget https://github.com/gamegos/cesi/releases/download/v2.3/cesi.tar.gz -O cesi.tar.gz
$ wget https://github.com/gamegos/cesi/releases/download/v2.4/cesi.tar.gz -O cesi.tar.gz
$ tar -xvf cesi.tar.gz

$ # Create virtual environment and install requirement packages
Expand Down Expand Up @@ -82,7 +82,7 @@ $ sudo yarn build

$ # 2. Download the builded ui
$ cd ${CESI_SETUP_PATH}/cesi/ui
$ wget https://github.com/gamegos/cesi/releases/download/v2.3/build-ui.tar -O build.tar
$ wget https://github.com/gamegos/cesi/releases/download/v2.4/build-ui.tar -O build.tar
$ tar -xvf build.tar

$ # Create cesi.conf file and update cesi.conf for your environment.
Expand All @@ -102,7 +102,6 @@ You may want to run Cesi using uWSGI (or any other WSGI deamon). Configure your

While running with uWSGI Cesi config host and port are ignored.


## First Login

Please change password after first login!
Expand Down
2 changes: 1 addition & 1 deletion cesi/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from core import Cesi
from loggers import ActivityLog

__version__ = "2.3"
__version__ = "2.4"

API_VERSION = "v2"

Expand Down

0 comments on commit b9cc55d

Please sign in to comment.