File tree 5 files changed +24
-8
lines changed
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
4
4
.. toctree ::
5
5
6
6
latest <latest >
7
+ 0.10 <0.10 >
7
8
0.9 <0.9 >
8
9
0.8 <0.8 >
9
10
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)
6
6
New
7
7
---
8
8
9
- - StackInABox moved to a new organization in GitHub
10
-
11
9
Breaking Changes
12
10
----------------
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
11
17
12
Fixed
18
13
-----
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 5
5
6
6
setup (
7
7
name = 'stackinabox' ,
8
- version = '0.10 ' ,
8
+ version = '0.11 ' ,
9
9
description = 'RESTful API Testing Suite' ,
10
10
license = 'Apache License 2.0' ,
11
11
url = 'https://github.com/TestInABox/stackInABox' ,
Original file line number Diff line number Diff line change 3
3
"""
4
4
5
5
__VERSION_MAJOR = 0
6
- __VERSION_MINOR = 10
6
+ __VERSION_MINOR = 11
7
7
8
8
version = (__VERSION_MAJOR , __VERSION_MINOR )
You can’t perform that action at this time.
0 commit comments