File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ endif::[]
3030//===== Bug fixes
3131
3232
33- === Unreleased
33+ [[release-notes-6.x]]
34+ === Python Agent version 6.x
35+
36+ [[release-notes-6.5.0]]
37+ ==== 6.5.0 - 2021-10-04
3438
35- // Unreleased changes go here
36- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
3739[float]
3840===== Features
3941
@@ -48,9 +50,6 @@ endif::[]
4850* Fixed an issue with Django 4.0 removing a private method {pull}1347[#1347]
4951
5052
51- [[release-notes-6.x]]
52- === Python Agent version 6.x
53-
5453[[release-notes-6.4.0]]
5554==== 6.4.0 - 2021-08-31
5655
Original file line number Diff line number Diff line change 2828# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
31- __version__ = (6 , 4 , 0 )
31+ __version__ = (6 , 5 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments