Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Oct 20, 2020
1 parent 2057afe commit f31320a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions CHANGES.rst
@@ -1,12 +1,13 @@
Changes
=======

Version master (UNRELEASED)
---------------------------
Version 0.7.0 (2020-10-20)
--------------------------

- Fixes `bug related to duplicated database session <https://github.com/reanahub/pytest-reana/issues/33>`_.
- Add Black formatter support.
- Create ``__reana`` database schema for ``db`` fixture.
- Adds new ``__reana`` database schema for ``db`` fixture.
- Fixes a problem related to duplicated database session.
- Changes code formatting to respect ``black`` coding style.
- Changes documentation to single-page layout.

Version 0.6.0 (2019-12-19)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion pytest_reana/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.7.0a2"
__version__ = "0.7.0"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -47,8 +47,8 @@
"pytest-cache>=1.0,<2.0",
"pytest-cov>=2.8.0,<3.0",
"pytest>=4.6.0,<5.0.0",
"reana-commons[kubernetes]>=0.7.0.dev20200203,<0.8.0",
"reana-db>=0.7.0.dev20200206,<0.8.0",
"reana-commons[kubernetes]>=0.7.0a1,<0.8.0",
"reana-db>=0.7.0a1,<0.8.0",
"swagger_spec_validator>=2.1.0,<3.0",
]
packages = find_packages()
Expand Down

0 comments on commit f31320a

Please sign in to comment.