File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ mkdir ${CESI_SETUP_PATH}
37
37
$ cd ${CESI_SETUP_PATH}
38
38
39
39
$ # Download the project to ~/cesi directory
40
- $ wget https://github.com/gamegos/cesi/releases/download/v2.6.1 /cesi-extended.tar.gz -O cesi.tar.gz
40
+ $ wget https://github.com/gamegos/cesi/releases/download/v2.6.2 /cesi-extended.tar.gz -O cesi.tar.gz
41
41
$ tar -xvf cesi.tar.gz
42
42
43
43
$ # Create virtual environment and install requirement packages
@@ -58,7 +58,7 @@ $ mkdir ${CESI_SETUP_PATH}
58
58
$ cd ${CESI_SETUP_PATH}
59
59
60
60
$ # Download the project to CESI_SETUP_PATH directory
61
- $ wget https://github.com/gamegos/cesi/releases/download/v2.6.1 /cesi-extended.tar.gz -O cesi.tar.gz
61
+ $ wget https://github.com/gamegos/cesi/releases/download/v2.6.2 /cesi-extended.tar.gz -O cesi.tar.gz
62
62
$ tar -xvf cesi.tar.gz
63
63
64
64
$ # Create virtual environment and install requirement packages
Original file line number Diff line number Diff line change 1
- __version__ = "2.6.1 "
1
+ __version__ = "2.6.2 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cesi"
3
- version = " 2.6.1 "
3
+ version = " 2.6.2 "
4
4
description = " CeSI is a web interface for managing multiple supervisors from the same place."
5
5
authors = [
" Fatih Sarhan <[email protected] >" ]
6
6
license = " GPL-3.0"
You can’t perform that action at this time.
0 commit comments