Skip to content

Commit 366c13a

Browse files
committed
Release 2.0.0
1 parent 199e814 commit 366c13a

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
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'
2525
author = u'Pavel Cisar'
2626

2727
# The short X.Y version

python/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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

79
This package contains Python modules for work with protocol buffers defined by various
810
Firebird Butler [specifications](https://firebird-butler.readthedocs.io/en/latest/specifications.html).

python/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ dependencies = [
6060

6161
[tool.hatch.envs.hatch-test]
6262
extra-args = ["-vv"]
63-
dependencies = [
64-
"coverage[toml]>=6.5",
65-
"pytest",
66-
]
6763

6864
[[tool.hatch.envs.hatch-test.matrix]]
6965
python = ["3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)