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 2121# -- Project information -----------------------------------------------------
2222
2323project = 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'
2525author = u'Pavel Cisar'
2626
2727# 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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
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+
715## [ 1.0.0] - 2023-10-03
816
917### Added
Original file line number Diff line number Diff line change 33[ ![ PyPI - Version] ( https://img.shields.io/pypi/v/firebird-butler-protobuf.svg )] ( https://pypi.org/project/firebird-butler-protobuf )
44[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/firebird-butler-protobuf.svg )] ( https://pypi.org/project/firebird-butler-protobuf )
55[ ![ 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 )
68
79This package contains Python modules for work with protocol buffers defined by various
810Firebird 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 = [
6060
6161[tool .hatch .envs .hatch-test ]
6262extra-args = [" -vv" ]
63- dependencies = [
64- " coverage[toml]>=6.5" ,
65- " pytest" ,
66- ]
6763
6864[[tool .hatch .envs .hatch-test .matrix ]]
6965python = [" 3.11" , " 3.12" , " 3.13" ]
You can’t perform that action at this time.
0 commit comments