From 2fa4c511f4392320790616c1f1fffecf1acf683c Mon Sep 17 00:00:00 2001 From: f9n Date: Sun, 28 Jun 2020 15:54:24 +0300 Subject: [PATCH] Release 2.7.0 --- 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 75cb9bc..7b0b811 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.8/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.7.0/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.6.8/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.7.0/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 763cefd..2614ce9 100644 --- a/cesi/version.py +++ b/cesi/version.py @@ -1 +1 @@ -__version__ = "2.6.8" +__version__ = "2.7.0" diff --git a/pyproject.toml b/pyproject.toml index 5d493c0..b3c3272 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cesi" -version = "2.6.8" +version = "2.7.0" description = "CeSI is a web interface for managing multiple supervisors from the same place." authors = ["Fatih Sarhan "] license = "GPL-3.0"