Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Nov 22, 2017
1 parent 1d5d933 commit 4dbbac5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions docs/databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 *<account>_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
Expand All @@ -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.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)],
Expand Down

0 comments on commit 4dbbac5

Please sign in to comment.