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 @@ -21,7 +21,7 @@ endif::[]
2121//=== Unreleased
2222
2323// Unreleased changes go here
24- // When the next release happens, nest these changes under the "Python Agent version 5 .x" heading
24+ // When the next release happens, nest these changes under the "Python Agent version 6 .x" heading
2525//[float]
2626//===== Features
2727//
@@ -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.3.0]]
37+ ==== 6.3.0 - 2021/07/06
3438
35- // Unreleased changes go here
36- // When the next release happens, nest these changes under the "Python Agent version 5.x" heading
3739[float]
3840===== Features
3941
@@ -46,9 +48,6 @@ endif::[]
4648* Fix for Starlette 0.15.0 error collection {pull}1174[#1174]
4749* Fix for Starlette static files {pull}1137[#1137]
4850
49- [[release-notes-6.x]]
50- === Python Agent version 6.x
51-
5251[[release-notes-6.2.3]]
5352==== 6.2.3 - 2021/06/28
5453
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 , 2 , 3 )
31+ __version__ = (6 , 3 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments