Skip to content

Commit

Permalink
release: v0.1.0a11
Browse files Browse the repository at this point in the history
Signed-off-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
  • Loading branch information
jma committed Apr 12, 2018
1 parent 44e03a0 commit 152658d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ COPY requirements.txt /reroils/reroils/src/reroils-app/
COPY reroils_app /reroils/reroils/src/reroils-app/reroils_app
COPY deployment/populate.sh /reroils/populate.sh
COPY deployment/documents.json /reroils/documents.json
COPY deployment/organisations.json /reroils/organisations.json
COPY deployment/patrons.json /reroils/patrons.json
COPY deployment/organisations-members-locations.json /reroils/organisations-members-locations.json

# # Run container as user `invenio` with UID `1000`, which should match
# # current host user in most situations:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

git+https://github.com/rero/reroils-data.git@v0.1.0a10#egg=reroils-data
git+https://github.com/rero/reroils-record-editor.git@v0.1.0a10#egg=reroils-record-editor
git+https://github.com/rero/reroils-data.git@v0.1.0a11#egg=reroils-data
git+https://github.com/rero/reroils-record-editor.git@v0.1.0a11#egg=reroils-record-editor

flower
flower
2 changes: 1 addition & 1 deletion reroils_app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.1.0a10"
__version__ = "0.1.0a11"

0 comments on commit 152658d

Please sign in to comment.