Skip to content

Commit 5f5eeae

Browse files
committed
update CHANGELOG and bump version to 5.3.1
===== New Features * Added support for shortening dicts in local variables {pull}638[#638]
1 parent 6fe3cf6 commit 5f5eeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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__ = (5, 3, 0)
31+
__version__ = (5, 3, 1)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)