Codebase list python-faraday / upstream/2.6.2
New upstream version 2.6.2 Sophie Brun 6 years ago
4 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66
77 New features in the latest update
88 =====================================
9
10 August 9, 2017:
11 ---
12 No changes
913
1014 August 7, 2017:
1115 ---
0 2.6.1
0 2.6.2
11 <faraday>
22
33 <appname>Faraday - Penetration Test IDE</appname>
4 <version>2.6.1</version>
4 <version>2.6.2</version>
55 <debug_status>0</debug_status>
66 <font>-Misc-Fixed-medium-r-normal-*-12-100-100-100-c-70-iso8859-1</font>
77 <home_path>~/</home_path>
88 from sqlalchemy.ext.declarative import declarative_base
99
1010
11 SCHEMA_VERSION = 'W.2.6.1'
11 SCHEMA_VERSION = 'W.2.6.2'
1212
1313 Base = declarative_base()
1414