File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.0.6 (2017-01-25)
2
+ ====================
3
+
4
+ - [FIXED] Connection to Softlayer Object Storage with 'swift' protocol removed in favor of all 'swift2d'
5
+ - [WARNING] The original 'swift' protocol is no longer used. Attempts have been made not to break any code.
6
+
7
+
1
8
0.0.6 (2016-10-19)
2
9
====================
3
10
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- __version__ = '0.0.7dev '
16
+ __version__ = '0.0.7 '
Original file line number Diff line number Diff line change 38
38
'Natural Language :: English' ,
39
39
'License :: OSI Approved :: Apache Software License' ,
40
40
'Topic :: Software Development :: Libraries' ,
41
- 'Development Status :: 4 - Beta ' ,
41
+ 'Development Status :: 5 - Production/Stable ' ,
42
42
'Programming Language :: Python' ,
43
43
'Programming Language :: Python :: 2' ,
44
44
'Programming Language :: Python :: 2.7' ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "ibmos2spark"
2
2
3
3
organization := " com.ibm.ibmos2spark"
4
4
5
- version := " 0.0.7-SNAPSHOT "
5
+ version := " 0.0.7"
6
6
7
7
scalaVersion := " 2.11.8"
8
8
You can’t perform that action at this time.
0 commit comments