Skip to content

Commit

Permalink
chore(master): release 0.95.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Mar 14, 2024
1 parent ec7c5e5 commit dc1a501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.95.0a1"
__version__ = "0.95.0a2"
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("CHANGELOG.md").read()

tests_require = [
"pytest-reana>=0.95.0a1,<0.96.0",
"pytest-reana>=0.95.0a2,<0.96.0",
]

extras_require = {
Expand Down Expand Up @@ -47,7 +47,7 @@
"psycopg2-binary>=2.6.1",
"SQLAlchemy>=1.2.7,<1.4.0",
"SQLAlchemy-Utils[encrypted]>=0.36.8",
"reana-commons>=0.9.4,<0.96.0",
"reana-commons>=0.95.0a1,<0.96.0",
]

packages = find_packages()
Expand Down

0 comments on commit dc1a501

Please sign in to comment.