From 14ba2925198ac7b1ea97ecceebcec99216c2691a Mon Sep 17 00:00:00 2001 From: f9n Date: Sun, 28 Jun 2020 17:11:47 +0300 Subject: [PATCH] Release 2.7.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 7b0b811..a029e75 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.7.0/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.7.1/cesi-extended.tar.gz -O cesi.tar.gz $ tar -xvf cesi.tar.gz $ # Create virtual environment and install requirement packages @@ -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.7.0/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.7.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 2614ce9..7a38ae0 100644 --- a/cesi/version.py +++ b/cesi/version.py @@ -1 +1 @@ -__version__ = "2.7.0" +__version__ = "2.7.1" diff --git a/pyproject.toml b/pyproject.toml index b3c3272..fef67d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cesi" -version = "2.7.0" +version = "2.7.1" description = "CeSI is a web interface for managing multiple supervisors from the same place." authors = ["Fatih Sarhan "] license = "GPL-3.0"