Skip to content

Commit c5aaa6e

Browse files
committed
release: v1.0.0b1
1 parent a325b5f commit c5aaa6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
Changes
2525
=======
2626

27-
Version 1.0.0a1 (released 2017-07-08)
27+
Version 1.0.0b1 (released 2017-08-08)
2828

2929
- Initial public release.

invenio_cache/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
from __future__ import absolute_import, print_function
3232

33-
__version__ = '1.0.0a1'
33+
__version__ = '1.0.0b1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@
115115
'Programming Language :: Python :: 2.7',
116116
'Programming Language :: Python :: 3',
117117
'Programming Language :: Python :: 3.5',
118-
'Development Status :: 3 - Alpha',
118+
'Development Status :: 4 - Beta',
119119
],
120120
)

0 commit comments

Comments
 (0)