Skip to content

Commit 2414792

Browse files
committed
Release 1.4.0 - Upgrade to protobuf 4.21.1.
1 parent cbb5fc8 commit 2414792

File tree

5 files changed

+48
-507
lines changed

5 files changed

+48
-507
lines changed

docs/changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
#########
44

5+
Version 1.4.0
6+
=============
7+
8+
* Upgrade to protobuf 4.21.1. As this upgrade has consequences, please read
9+
https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
10+
511
Version 1.3.1
612
=============
713

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
author = 'Pavel Císař'
2424

2525
# The short X.Y version
26-
version = '1.3.1'
26+
version = '1.4.0'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '1.3.1'
29+
release = '1.4.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

firebird/base/config_pb2.py

Lines changed: 22 additions & 297 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all-files=True
55

66
[metadata]
77
name = firebird-base
8-
version = 1.3.1
8+
version = 1.4.0
99
description = Firebird base modules for Python
1010
long_description = file: README.rst
1111
long_description_content_type = text/x-rst; charset=UTF-8
@@ -35,7 +35,7 @@ classifiers =
3535
zip_safe = True
3636
python_requires = >=3.8, <4
3737
install_requires =
38-
protobuf>=3.13.0
38+
protobuf>=4.21.1
3939
packages = find_namespace:
4040

4141
[options.packages.find]

0 commit comments

Comments
 (0)