File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ endif::[]
2929//===== Bug fixes
3030//
3131
32- === Unreleased
32+ [[release-notes-6.x]]
33+ === Python Agent version 6.x
34+
35+ [[release-notes-6.12.0]]
36+ ==== 6.12.0 - 2022-09-07
3337
34- // Unreleased changes go here
35- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
3638[float]
3739===== Features
3840
@@ -50,11 +52,6 @@ endif::[]
5052* Improve handling of ignored URLs and capture_body=off for Starlette {pull}1549[#1549]
5153* Fix possible error in the transport flush for Lambda functions {pull}1628[#1628]
5254
53-
54-
55- [[release-notes-6.x]]
56- === Python Agent version 6.x
57-
5855[[release-notes-6.11.0]]
5956==== 6.11.0 - 2022-08-09
6057
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 , 11 , 0 )
31+ __version__ = (6 , 12 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments