We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a325b5f commit c5aaa6eCopy full SHA for c5aaa6e
CHANGES.rst
@@ -24,6 +24,6 @@
24
Changes
25
=======
26
27
-Version 1.0.0a1 (released 2017-07-08)
+Version 1.0.0b1 (released 2017-08-08)
28
29
- Initial public release.
invenio_cache/version.py
@@ -30,4 +30,4 @@
30
31
from __future__ import absolute_import, print_function
32
33
-__version__ = '1.0.0a1'
+__version__ = '1.0.0b1'
setup.py
@@ -115,6 +115,6 @@
115
'Programming Language :: Python :: 2.7',
116
'Programming Language :: Python :: 3',
117
'Programming Language :: Python :: 3.5',
118
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
119
],
120
)
0 commit comments