Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 453545336
  • Loading branch information
cloud-profiler-team committed Jun 7, 2022
1 parent 179adcb commit 3cb5b9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.1.0

### Features

* fix: relax service name regexp to allow service name to start with number
([179adcb](https://github.com/GoogleCloudPlatform/cloud-profiler-python/179adcb407bf84a74a935b753e02aedf7b007138))

### 3.0.8

### Internal / Testing Changes
Expand Down
2 changes: 1 addition & 1 deletion googlecloudprofiler/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"""Version of Python Cloud Profiler module."""

# setup.py reads the version information from here to set package version
__version__ = '3.0.8'
__version__ = '3.1.0'

0 comments on commit 3cb5b9d

Please sign in to comment.