From 3aa5a64e1f0b3975e0b21ea9b6e3495e18322929 Mon Sep 17 00:00:00 2001 From: f9n Date: Tue, 27 Aug 2019 23:12:08 +0300 Subject: [PATCH] Release 2.6.8 --- 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 767788a..75cb9bc 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.7/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.6.8/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.7/cesi-extended.tar.gz -O cesi.tar.gz +$ wget https://github.com/gamegos/cesi/releases/download/v2.6.8/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 492f7d9..763cefd 100644 --- a/cesi/version.py +++ b/cesi/version.py @@ -1 +1 @@ -__version__ = "2.6.7" +__version__ = "2.6.8" diff --git a/pyproject.toml b/pyproject.toml index 8eae2f9..5d493c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cesi" -version = "2.6.7" +version = "2.6.8" description = "CeSI is a web interface for managing multiple supervisors from the same place." authors = ["Fatih Sarhan "] license = "GPL-3.0"