From 4dbbac5252fdc11149f6193055b27326a77a6085 Mon Sep 17 00:00:00 2001 From: Shamal Faily Date: Wed, 22 Nov 2017 12:49:33 -0800 Subject: [PATCH] 1.4.0 --- docs/conf.py | 4 ++-- docs/databases.rst | 3 +-- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ec724b895..4190db00e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = u'1.3' +version = u'1.4' # The full version, including alpha/beta/rc tags. -release = u'1.3.4' +release = u'1.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/databases.rst b/docs/databases.rst index c05b44a82..220a2cec1 100644 --- a/docs/databases.rst +++ b/docs/databases.rst @@ -4,7 +4,7 @@ CAIRIS databases Default database ---------------- -Each installation of CAIRIS comes with a *cairis_default* database. If you or your team are using CAIRIS to work on a single project at any given time then you shouldn't need to worry about additional databases. +Each CAIRIS account comes with an *_default* database. If you or your team are using CAIRIS to work on a single project at any given time then you shouldn't need to worry about additional databases if you are using the same account. Using other databases @@ -17,6 +17,5 @@ To create a new database, select the System/New Database menu, and enter the nam To open *cairis_default* or another database, select the System/Open Database menu, and select the name of an existing database. After a few moments, your CAIRIS application will point to the chosen database. You can delete a database by selecting the System/Delete Database option, and selecting the name of the database you want to remove. You cannot delete the database you currently have open. -Please note that any CAIRIS user can interact or delete any CAIRIS database - including *cairis_default*! To empty the contents of any database, select the System/Clear Database menu. diff --git a/setup.py b/setup.py index 4bab27734..d19f4c7f8 100644 --- a/setup.py +++ b/setup.py @@ -14,13 +14,13 @@ required = f.read().splitlines() setup(name='cairis', - version='1.3.4', + version='1.4.0', author='Shamal Faily', author_email='shamal.faily@gmail.com', description = 'A security design tool', license = 'Apache Software License', url='https://github.com/failys/cairis', - download_url='https://github.com/failys/cairis/tarball/1.3.4', + download_url='https://github.com/failys/cairis/tarball/1.4.0', packages=['cairis'], include_package_data=True, data_files = [('cairis/examples', egFiles)],