Skip to content

Commit

Permalink
Release 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f9n committed Nov 9, 2018
1 parent 266c7fd commit b529cb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.1/cesi-extended.tar.gz -O cesi.tar.gz
$ wget https://github.com/gamegos/cesi/releases/download/v2.6.2/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.1/cesi-extended.tar.gz -O cesi.tar.gz
$ wget https://github.com/gamegos/cesi/releases/download/v2.6.2/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.1"
__version__ = "2.6.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cesi"
version = "2.6.1"
version = "2.6.2"
description = "CeSI is a web interface for managing multiple supervisors from the same place."
authors = ["Fatih Sarhan <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit b529cb9

Please sign in to comment.