Skip to content

Commit e7260e4

Browse files
Updated version to 0.6.2
1 parent 1a99b2b commit e7260e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Streaming Telemetry Transport Protocol
3+
Copyright (c) 2022-2024 Streaming Telemetry Transport Protocol
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sttpapi
3-
version = 0.6.0
3+
version = 0.6.2
44
author = J. Ritchie Carroll
55
author_email = rcarroll@gridprotectionalliance.org
66
description = Streaming Telemetry Transport Protocol API

src/sttp/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ class Version:
2727
Defines the STTP library API title used for data subscriber identification.
2828
"""
2929

30-
STTP_VERSION = "0.6.1"
30+
STTP_VERSION = "0.6.2"
3131
"""
3232
Defines the STTP library API version used for data subscriber identification.
3333
Note: This is not the STTP protocol version, but the version of the STTP library API.
3434
"""
3535

36-
STTP_UPDATEDON = "2022-12-09"
36+
STTP_UPDATEDON = "2024-07-29"
3737
"""
3838
Defines when the STTP library API was last updated used for data subscriber identification.
3939
"""

0 commit comments

Comments
 (0)