File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 21
21
# -- Project information -----------------------------------------------------
22
22
23
23
project = u'Firebird Butler'
24
- copyright = u'2018-2022 , Firebird Butler Project, CC BY-SA 4.0'
24
+ copyright = u'2018-present , Firebird Butler Project, CC BY-SA 4.0'
25
25
author = u'Pavel Cisar'
26
26
27
27
# The short X.Y version
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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
+ ## [ 2.0.0] - 2025-04-30
8
+
9
+ ### Changed
10
+
11
+ - Minimal Python version raised to 3.11
12
+ - Dependency on ` protobuf ` changed to "~ =5.29".
13
+ - Protobufs recompiled with protoc 25.1
14
+
7
15
## [ 1.0.0] - 2023-10-03
8
16
9
17
### Added
Original file line number Diff line number Diff line change 3
3
[ ![ PyPI - Version] ( https://img.shields.io/pypi/v/firebird-butler-protobuf.svg )] ( https://pypi.org/project/firebird-butler-protobuf )
4
4
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/firebird-butler-protobuf.svg )] ( https://pypi.org/project/firebird-butler-protobuf )
5
5
[ ![ Hatch project] ( https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg )] ( https://github.com/pypa/hatch )
6
+ [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/firebird-butler-protobuf )] ( https://pypi.org/project/firebird-butler-protobuf )
7
+ [ ![ Libraries.io SourceRank] ( https://img.shields.io/librariesio/sourcerank/pypi/firebird-butler-protobuf )] ( https://libraries.io/pypi/firebird-butler-protobuf )
6
8
7
9
This package contains Python modules for work with protocol buffers defined by various
8
10
Firebird Butler [ specifications] ( https://firebird-butler.readthedocs.io/en/latest/specifications.html ) .
Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ dependencies = [
60
60
61
61
[tool .hatch .envs .hatch-test ]
62
62
extra-args = [" -vv" ]
63
- dependencies = [
64
- " coverage[toml]>=6.5" ,
65
- " pytest" ,
66
- ]
67
63
68
64
[[tool .hatch .envs .hatch-test .matrix ]]
69
65
python = [" 3.11" , " 3.12" , " 3.13" ]
You can’t perform that action at this time.
0 commit comments