Skip to content

Commit dc22cc8

Browse files
Release 0.40
1 parent 59c5111 commit dc22cc8

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,9 @@
175175
* Handle null json
176176

177177
0.31 12/03/2023
178-
* Fix parse error for query_events with MariaDB
178+
* Fix parse error for query_events with MariaDB
179+
180+
0.40 07/05/2023
181+
* Drop support for Python 2.7
182+
* Gtid: remove __cmp__ due to python2 support dropped.
183+
* Mariadb 10.6.12: Mitigate corrupt binlog event bug

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Project status
4444

4545
The project is test with:
4646
* MySQL 5.5, 5.6 and 5.7
47-
* Python >= 2.7
4847
* Python 3.3, 3.4, 3.5 and 3.6 (3.2 is not supported)
4948
* PyPy (really faster than the standard Python interpreter)
5049

@@ -334,6 +333,7 @@ Other contributors:
334333
* Samira El Aabidi: Add support for MariaDB GTID (https://github.com/Samira-El)
335334
* Oliver Seemann: Handle large json, github actions (https://github.com/oseemann)
336335
* Mahadir Ahmad: Handle null json payload (https://github.com/mahadirz)
336+
* Axel Viala: Removal of Python 2.7 (https://github.com/darnuria)
337337

338338
Thanks to GetResponse for their support
339339

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141

4242
# General information about the project.
4343
project = u'Python MySQL Replication'
44-
copyright = u'2012-2021, Julien Duponchelle'
44+
copyright = u'2012-2023, Julien Duponchelle'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.31'
51+
version = '0.40'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.31'
53+
release = '0.40'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

0 commit comments

Comments
 (0)