File tree Expand file tree Collapse file tree 5 files changed +24
-8
lines changed
Expand file tree Collapse file tree 5 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1+ .. _0.10 :
2+
3+ ChangeLog for Stack-In-A-Box 0.10
4+ =================================
5+
6+ New
7+ ---
8+
9+ - StackInABox moved to a new organization in GitHub
10+
11+ Breaking Changes
12+ ----------------
13+ - Refactored the utilities for the module names to be less awkward.
14+ stackinabox.util_* is now stackinabox.util.*
15+ - Moved stackinabox.utils to stackinabox.util.tools
16+
17+ Fixed
18+ -----
19+
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ChangeLog
44.. toctree ::
55
66 latest <latest >
7+ 0.10 <0.10 >
78 0.9 <0.9 >
89 0.8 <0.8 >
910 0.7 <0.7 >
Original file line number Diff line number Diff line change @@ -6,14 +6,10 @@ ChangeLog for Stack-In-A-Box (latest)
66New
77---
88
9- - StackInABox moved to a new organization in GitHub
10-
119Breaking Changes
1210----------------
13- - Refactored the utilities for the module names to be less awkward.
14- stackinabox.util_* is now stackinabox.util.*
15- - Moved stackinabox.utils to stackinabox.util.tools
1611
1712Fixed
1813-----
19-
14+ - Removed `sphinx ` from being a dependency as it's only required
15+ for building the documentation.
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'stackinabox' ,
8- version = '0.10 ' ,
8+ version = '0.11 ' ,
99 description = 'RESTful API Testing Suite' ,
1010 license = 'Apache License 2.0' ,
1111 url = 'https://github.com/TestInABox/stackInABox' ,
Original file line number Diff line number Diff line change 33"""
44
55__VERSION_MAJOR = 0
6- __VERSION_MINOR = 10
6+ __VERSION_MINOR = 11
77
88version = (__VERSION_MAJOR , __VERSION_MINOR )
You can’t perform that action at this time.
0 commit comments