Skip to content

Commit e950099

Browse files
committed
Release 1.7.0 (Part 1/2) release commit
- Update version.py files - Marked releases in changelogs
1 parent 32a89b0 commit e950099

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

opentelemetry-exporter-gcp-monitoring/CHANGELOG.md

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

33
## Unreleased
44

5+
## Version 1.7.0a0
6+
7+
Released 2024-08-27
8+
59
- Add support for Python 3.12 (#343)
610
([#343](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/343))
711

opentelemetry-exporter-gcp-monitoring/src/opentelemetry/exporter/cloud_monitoring/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.7.0.dev0"
15+
__version__ = "1.7.0a0"

opentelemetry-exporter-gcp-trace/CHANGELOG.md

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

33
## Unreleased
44

5+
## Version 1.7.0
6+
7+
Released 2024-08-27
8+
59
- Add support for Python 3.12 (#343)
610
([#343](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/343))
711

opentelemetry-exporter-gcp-trace/src/opentelemetry/exporter/cloud_trace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.7.0.dev0"
15+
__version__ = "1.7.0"

opentelemetry-propagator-gcp/CHANGELOG.md

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

33
## Unreleased
44

5+
## Version 1.7.0
6+
7+
Released 2024-08-27
8+
59
- Add support for Python 3.12 (#343)
610
([#343](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/343))
711

opentelemetry-propagator-gcp/src/opentelemetry/propagators/cloud_trace_propagator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.7.0.dev0"
15+
__version__ = "1.7.0"

opentelemetry-resourcedetector-gcp/CHANGELOG.md

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

33
## Unreleased
44

5+
## Version 1.7.0a0
6+
7+
Released 2024-08-27
8+
59
- Implement GAE resource detection
610
([#351](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/351))
711
- Implement Cloud Run and Cloud Functions faas resource detection

opentelemetry-resourcedetector-gcp/src/opentelemetry/resourcedetector/gcp_resource_detector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.7.0.dev0"
15+
__version__ = "1.7.0a0"

0 commit comments

Comments
 (0)