Skip to content

Commit

Permalink
release: 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Dec 1, 2023
1 parent 74737b8 commit 184d81b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changes
=======

Version 0.9.3 (UNRELEASED)
Version 0.9.3 (2023-12-01)
--------------------------

- Changes the ``Workflow`` table to replace the ``run_number`` column with two new columns ``run_number_major`` and ``run_number_minor``, in order to allow for more than 9 restarts.
- Changes the names of database constraints to follow the same naming convention.
- Changes the database indexes to improve performance of common database queries.
- Changes the ``Workflow`` table to replace the ``run_number`` column with two new columns ``run_number_major`` and ``run_number_minor`` in order to allow for more than nine restarts of user workflows.
- Changes the names of database table, column, index and key constraints in order to follow the SQLAlchemy upstream naming conventions everywhere.
- Changes several database index definitions in order to improve performance of most common database queries.

Version 0.9.2 (2023-09-26)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion reana_db/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.2"
__version__ = "0.9.3"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
history = open("CHANGES.rst").read()

tests_require = [
"pytest-reana>=0.9.1,<0.10.0",
"pytest-reana>=0.9.2,<0.10.0",
]

extras_require = {
Expand All @@ -46,7 +46,7 @@
"psycopg2-binary>=2.6.1",
"SQLAlchemy>=1.2.7,<1.4.0",
"SQLAlchemy-Utils[encrypted]>=0.36.8",
"reana-commons>=0.9.3,<0.10.0",
"reana-commons>=0.9.4,<0.10.0",
]

packages = find_packages()
Expand Down

0 comments on commit 184d81b

Please sign in to comment.