Skip to content

Commit

Permalink
CAIRIS 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Aug 18, 2020
1 parent a6ec784 commit 9858e03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cairis/sql/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4238,7 +4238,7 @@ CREATE VIEW conceptMapModel_all as



INSERT INTO version (major,minor,patch) VALUES (2,3,5);
INSERT INTO version (major,minor,patch) VALUES (2,3,6);
INSERT INTO attributes (id,name) VALUES (103,'did');
INSERT INTO trace_dimension values (0,'requirement');
INSERT INTO trace_dimension values (1,'persona');
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = u'2.3'
# The full version, including alpha/beta/rc tags.
release = u'2.3.5'
release = u'2.3.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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='2.3.5',
version='2.3.6',
author='Shamal Faily',
author_email='[email protected]',
description = 'A security design tool',
license = 'Apache Software License',
url='https://github.com/cairis-platform/cairis',
download_url='https://github.com/cairis-platform/cairis/tarball/2.3.5',
download_url='https://github.com/cairis-platform/cairis/tarball/2.3.6',
packages=['cairis'],
include_package_data=True,
data_files = [('cairis/examples', egFiles)],
Expand Down

0 comments on commit 9858e03

Please sign in to comment.