File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 0.19.1] - 2024-02-09
8+
9+ ### FIXED
10+
11+ - Fix for #21 . Dependency to pytest changed from ` >=8.0.0 ` to ` ~=7.4 ` . Other dependecies
12+ changed from ` >= ` to ` ~= ` .
13+
714## [ 0.19.0] - 2024-02-08
815
916### Changed
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Changelog
44
55.. currentmodule:: firebird.qa.plugin
66
7+
8+ Version 0.19.1
9+ ==============
10+
11+ * Fix for `#21 <https://github.com/FirebirdSQL/firebird-qa/issues/21>`_. Dependency to pytest
12+ changed from `>=8.0.0` to `~=7.4`. Other dependecies changed from `>=` to `~=`.
13+
714Version 0.19.0
815==============
916
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ classifiers = [
3232 " Framework :: Pytest" ,
3333 ]
3434dependencies = [
35- " firebird-base> =1.7.1" ,
36- " firebird-driver> =1.10.1" ,
37- " pytest>=8.0.0 " ,
38- " psutil> =5.9.8" ,
35+ " firebird-base~ =1.7.1" ,
36+ " firebird-driver~ =1.10.1" ,
37+ " pytest~=7.4 " ,
38+ " psutil~ =5.9.8" ,
3939 ]
4040
4141[project .urls ]
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2021-present The Firebird Projects <www.firebirdsql.org>
22#
33# SPDX-License-Identifier: MIT
4- __version__ = "0.19.0 "
4+ __version__ = "0.19.1 "
You can’t perform that action at this time.
0 commit comments