Skip to content

Commit 3b1be89

Browse files
author
Colman Yau
committed
Update agent version to 1.0.5 on agent_metadata.py
This is a preparation step for releasing new agent version 1.0.5. Changes in 1.0.5 are documented in CHANGELOG. * Improve CPU usage checker and ProfilerDisabler (Issue #19)
1 parent f49ff7e commit 3b1be89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
=========
44

5+
1.0.5 (layer_v5)
6+
===================
7+
* Improve CPU usage checker and ProfilerDisabler (Issue #19)
8+
59
1.0.4 (layer_v4)
610
===================
711
* Attempt to report profile before sample to avoid incorrect profile end time (Issue #15)

codeguru_profiler_agent/agent_metadata/agent_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# NOTE: Please do not alter the value for the following constants without the full knowledge of the use of them.
1010
# These constants are used in several scripts, including setup.py.
1111
__agent_name__ = "CodeGuruProfiler-python"
12-
__agent_version__ = "1.0.4"
12+
__agent_version__ = "1.0.5"
1313

1414

1515
def look_up_fleet_info(

0 commit comments

Comments
 (0)