Skip to content

Commit ec4ed7b

Browse files
author
Diego Nadares
committed
Merge branch 'white/staging' into white/master
2 parents 2c0607f + 016e27c commit ec4ed7b

File tree

6 files changed

+671
-665
lines changed

6 files changed

+671
-665
lines changed

CHANGELOG/4.3.5/community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* [FIX] Modify migration with autocommit. #7487

CHANGELOG/4.3.5/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Apr 12th, 2023

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ New features in the latest update
22
=====================================
33

44

5+
4.3.5 [Apr 12th, 2023]:
6+
---
7+
* [FIX] Modify migration with autocommit. #7487
8+
59
4.3.4 [Apr 3rd, 2023]:
610
---
711
* [FIX] Fix bandit vulns. #7430

faraday/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
See the file 'doc/LICENSE' for the license information
55
"""
66

7-
__version__ = '4.3.4'
7+
__version__ = '4.3.5'
88
__license_version__ = __version__

0 commit comments

Comments
 (0)