Skip to content

Commit 6ae52da

Browse files
committed
update CHANGELOG and bump version to 6.3.0
1 parent da56fab commit 6ae52da

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.asciidoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
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)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)