Skip to content

Commit

Permalink
Merge bbdf9cd into 05e9b0b
Browse files Browse the repository at this point in the history
  • Loading branch information
Semtexcz committed Nov 27, 2020
2 parents 05e9b0b + bbdf9cd commit 740191a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion oarepo_oai_pmh_harvester/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

from __future__ import absolute_import, print_function

__version__ = '2.0.0a11'
__version__ = '2.0.0a12'
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
'invenio_base.api_apps': [
'oarepo_oai_pmh_harvester = oarepo_oai_pmh_harvester.ext:OArepoOAIClient',
],
'invenio_base.apps': [
'oarepo_records_draft = oarepo_oai_pmh_harvester.ext:OArepoOAIClient'
]
},
extras_require=extras_require,
install_requires=install_requires,
Expand Down

0 comments on commit 740191a

Please sign in to comment.