Skip to content

Commit 738e02a

Browse files
committed
Preparations for the next release
1 parent b3c0f31 commit 738e02a

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

python/CHANGES.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.0 (2017-07-19)
2+
====================
3+
4+
- [NEW] Support for Cloud Object Storage (COS)
5+
6+
17
0.0.8.1 (2017-06-14)
28
====================
39

@@ -8,24 +14,24 @@
814
====================
915

1016
- [NEW] Support for Python 3
11-
- [DEPRECATED] The bluemix2 and softlayer2 classes were removed.
17+
- [DEPRECATED] The bluemix2 and softlayer2 classes were removed.
1218

1319
0.0.6 (2017-01-25)
1420
====================
1521

1622
- [FIXED] Connection to Softlayer Object Storage with 'swift' protocol removed in favor of all 'swift2d'
17-
- [WARNING] The original 'swift' protocol is no longer used. Attempts have been made not to break any code.
23+
- [WARNING] The original 'swift' protocol is no longer used. Attempts have been made not to break any code.
1824

1925

2026
0.0.6 (2016-10-19)
2127
====================
2228

23-
- [FIXED] By default, the ".public" Hadoop Configuration property is set to False.
29+
- [FIXED] By default, the ".public" Hadoop Configuration property is set to False.
2430

2531
0.0.5 (2016-10-18)
2632
====================
2733

28-
- [NEW] Raises exception when swift (version 1) URL contains an underscore.
34+
- [NEW] Raises exception when swift (version 1) URL contains an underscore.
2935

3036
0.0.4 (2016-10-17)
3137
====================
@@ -42,7 +48,7 @@
4248
0.0.2 (2016-07-18)
4349
====================
4450

45-
- [NEW] Adds option to set 'public' configuration during instantiation.
51+
- [NEW] Adds option to set 'public' configuration during instantiation.
4652

4753
0.0.1 (2016-05-17)
4854
====================
@@ -59,4 +65,3 @@
5965
====================
6066

6167
- [NEW] Added Initial code generate Swift URLs
62-

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__ = '1.0.0-dev'
16+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)