From e01e494f4c232bd7c73236665d5fb660fface450 Mon Sep 17 00:00:00 2001 From: Fatih Sarhan Date: Fri, 9 Nov 2018 15:49:43 +0300 Subject: [PATCH] Release 2.6.1 --- README.md | 4 ++-- cesi/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24df1cd..7c5ad88 100644 --- a/README.md +++ b/README.md @@ -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.0/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.6.1/cesi-extended.tar.gz -O cesi.tar.gz $ tar -xvf cesi.tar.gz $ # Create virtual environment and install requirement packages @@ -61,7 +61,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.0/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.6.1/cesi-extended.tar.gz -O cesi.tar.gz $ tar -xvf cesi.tar.gz $ # Create virtual environment and install requirement packages diff --git a/cesi/version.py b/cesi/version.py index e5e59e3..fab833f 100644 --- a/cesi/version.py +++ b/cesi/version.py @@ -1 +1 @@ -__version__ = "2.6.0" +__version__ = "2.6.1" diff --git a/pyproject.toml b/pyproject.toml index 4114148..c659ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cesi" -version = "2.6.0" +version = "2.6.1" description = "CeSI is a web interface for managing multiple supervisors from the same place." authors = ["Fatih Sarhan "] license = "GPL-3.0"