Skip to content

Commit

Permalink
Release 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
f9n committed Dec 20, 2018
1 parent b059fdb commit 36d6598
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 71 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ clean-ui-node-modules:
clean: clean-ui-node-modules
@echo 'Cleaning...'
rm -f *.db *.log
rm -f */*.db */*.log
@echo 'Cleaned'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ mkdir ${CESI_SETUP_PATH}
$ cd ${CESI_SETUP_PATH}

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

$ # Create virtual environment and install requirement packages
Expand All @@ -58,7 +58,7 @@ $ mkdir ${CESI_SETUP_PATH}
$ cd ${CESI_SETUP_PATH}

$ # Download the project to CESI_SETUP_PATH directory
$ wget https://github.com/gamegos/cesi/releases/download/v2.6.3/cesi-extended.tar.gz -O cesi.tar.gz
$ wget https://github.com/gamegos/cesi/releases/download/v2.6.4/cesi-extended.tar.gz -O cesi.tar.gz
$ tar -xvf cesi.tar.gz

$ # Create virtual environment and install requirement packages
Expand Down
2 changes: 1 addition & 1 deletion cesi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6.3"
__version__ = "2.6.4"
Loading

0 comments on commit 36d6598

Please sign in to comment.