Skip to content

Commit b529cb9

Browse files
committed
Release 2.6.2
1 parent 266c7fd commit b529cb9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ mkdir ${CESI_SETUP_PATH}
3737
$ cd ${CESI_SETUP_PATH}
3838

3939
$ # 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
4141
$ tar -xvf cesi.tar.gz
4242

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

6060
$ # 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
6262
$ tar -xvf cesi.tar.gz
6363

6464
$ # Create virtual environment and install requirement packages

cesi/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.6.1"
1+
__version__ = "2.6.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cesi"
3-
version = "2.6.1"
3+
version = "2.6.2"
44
description = "CeSI is a web interface for managing multiple supervisors from the same place."
55
authors = ["Fatih Sarhan <[email protected]>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)