Skip to content

Commit 3979eee

Browse files
author
Adam Cox
committed
Prepare for 0.0.1 release
1 parent d07e7b4 commit 3979eee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.0.1 (2016-05-17)
2+
====================
3+
4+
- [NEW] Adds automatic setting of swift2d driver (configurable).
5+
6+
17
0.0.1b0 (2016-03-17)
28
====================
39

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.1b0'
16+
__version__ = '0.0.1'

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 :: 3 - Alpha',
41+
'Development Status :: 4 - Beta',
4242
'Programming Language :: Python',
4343
'Programming Language :: Python :: 2',
4444
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)