File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,13 @@ endif::[]
30
30
//===== Bug fixes
31
31
//
32
32
33
- === Unreleased
34
33
35
- // Unreleased changes go here
36
- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
34
+ [[release-notes-6.x]]
35
+ === Python Agent version 6.x
36
+
37
+ [[release-notes-6.4.0]]
38
+ ==== 6.4.0 - 2021-08-31
39
+
37
40
[float]
38
41
===== Features
39
42
@@ -48,10 +51,6 @@ endif::[]
48
51
* Fix potential errors in json serialization {pull}1203[#1203]
49
52
* Fix an issue with certain aioredis commands {pull}1308[#1308]
50
53
51
-
52
- [[release-notes-6.x]]
53
- === Python Agent version 6.x
54
-
55
54
[[release-notes-6.3.3]]
56
55
==== 6.3.3 - 2021-07-14
57
56
Original file line number Diff line number Diff line change 28
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
- __version__ = (6 , 3 , 3 )
31
+ __version__ = (6 , 4 , 0 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments