File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -29,22 +29,18 @@ endif::[]
2929//===== Bug fixes
3030//
3131
32- === Unreleased
3332
34- // Unreleased changes go here
35- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
36- [float]
37- ===== Features
3833
39- * Added lambda support for ELB triggers {pull}#1605[#1605]
40-
41- //[float]
42- //===== Bug fixes
34+ [[release-notes-6.x]]
35+ === Python Agent version 6.x
4336
37+ [[release-notes-6.11.0]]
38+ ==== 6.11.0 - 2022-08-09
4439
40+ [float]
41+ ===== Features
4542
46- [[release-notes-6.x]]
47- === Python Agent version 6.x
43+ * Added lambda support for ELB triggers {pull}#1605[#1605]
4844
4945[[release-notes-6.10.2]]
5046==== 6.10.2 - 2022-08-04
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 , 10 , 2 )
31+ __version__ = (6 , 11 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments