File tree 4 files changed +19
-5
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
14
## [ 0.19.0] - 2024-02-08
8
15
9
16
### Changed
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Changelog
4
4
5
5
.. currentmodule:: firebird.qa.plugin
6
6
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
+
7
14
Version 0.19.0
8
15
==============
9
16
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ classifiers = [
32
32
" Framework :: Pytest" ,
33
33
]
34
34
dependencies = [
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" ,
39
39
]
40
40
41
41
[project .urls ]
Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: 2021-present The Firebird Projects <www.firebirdsql.org>
2
2
#
3
3
# 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