Skip to content

Commit

Permalink
Update docs (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcollins authored Nov 21, 2024
1 parent 02b2009 commit 4896946
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Summary of changes between Splunk OTel Python major versions 1 and 2.

### Version 2

| Function name | Operation | Arguments |
|---------------|----------------------------------------|-----------|
| `init_otel()` | Initializes tracing, metrics, and logs | None |
| Function name | Operation | Arguments |
|----------------------|----------------------------------------|-----------|
| `init_splunk_otel()` | Initializes tracing, metrics, and logs | None |

## Environment Variables

Expand Down
11 changes: 11 additions & 0 deletions src/splunk_otel/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.


__version__ = "2.0.0a1"
"""
explanation:
2.0.0a1 (alpha release 1 of version 2.0.0)
2.0.0b1 (beta release 1 of version 2.0.0)
2.0.0rc1 (release candidate 1 of version 2.0.0)
installation:
pip install --pre splunk-opentelemetry
pip install splunk-opentelemetry==2.0.0a1
"""

0 comments on commit 4896946

Please sign in to comment.