Skip to content

Commit

Permalink
release: v1.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 24, 2022
1 parent fa9632f commit 95feace
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
tests-chunk: [acquisition, circulation, document_requests, ill, ils]
python-version: [3.7, 3.9]
python-version: [3.9]
requirements-level: [pypi]
db-service: [postgresql12, postgresql14]
search-service: [elasticsearch7]
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 1.0.0rc1 (released 2022-10-24)

- first release candidate

Version 1.0.0a69 (released 2022-10-18)

- adapt literature search query
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""invenio-app-ils."""

__version__ = "1.0.0a69"
__version__ = "1.0.0rc1"

__all__ = ("__version__",)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ author_email = info@inveniosoftware.org
platforms = any
url = https://github.com/inveniosoftware/invenio-app-ils
classifiers =
Development Status :: 3 - Alpha
Development Status :: 4 - Beta

[options]
include_package_data = True
Expand Down

0 comments on commit 95feace

Please sign in to comment.