Skip to content

Commit 8701a73

Browse files
author
gadamc
committed
Prepare for 0.0.7 release.
Updating all package version numbers to 0.0.7. Adds CHANGES information.
1 parent 54ae7d6 commit 8701a73

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

python/CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
0.0.6 (2016-10-19)
29
====================
310

python/ibmos2spark/__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = '0.0.7dev'
16+
__version__ = '0.0.7'

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'Natural Language :: English',
3939
'License :: OSI Approved :: Apache Software License',
4040
'Topic :: Software Development :: Libraries',
41-
'Development Status :: 4 - Beta',
41+
'Development Status :: 5 - Production/Stable',
4242
'Programming Language :: Python',
4343
'Programming Language :: Python :: 2',
4444
'Programming Language :: Python :: 2.7',

scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "ibmos2spark"
22

33
organization := "com.ibm.ibmos2spark"
44

5-
version := "0.0.7-SNAPSHOT"
5+
version := "0.0.7"
66

77
scalaVersion := "2.11.8"
88

0 commit comments

Comments
 (0)