Skip to content

Commit 3de1a8b

Browse files
committed
release: v0.1.0a13
Signed-off-by: Johnny Mariéthoz <[email protected]>
1 parent d00d5b7 commit 3de1a8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
git+https://github.com/inveniosoftware/invenio-circulation.git#egg=invenio-circulation
2626

27-
git+https://github.com/rero/[email protected].0a12#egg=reroils-data
28-
git+https://github.com/rero/[email protected].0a12#egg=reroils-record-editor
27+
git+https://github.com/rero/[email protected].0a13#egg=reroils-data
28+
git+https://github.com/rero/[email protected].0a13#egg=reroils-record-editor
2929

3030
flower

reroils_app/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
and parsed by ``setup.py``.
77
"""
88

9-
__version__ = "0.1.0a12"
9+
__version__ = "0.1.0a13"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def run(self):
8888
setup_requires=setup_requires,
8989
tests_require=tests_require,
9090
install_requires=[
91-
'reroils_data>=0.1.0a1',
91+
'reroils_data>=0.1.0a12',
9292
'Flask>=0.11.1',
9393
'invenio-app>=1.0.0a1',
9494
'invenio-assets>=1.0.0a4',

0 commit comments

Comments
 (0)