File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 Streaming Telemetry Transport Protocol
3+ Copyright (c) 2022-2024 Streaming Telemetry Transport Protocol
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11[metadata]
22name = sttpapi
3- version = 0.6.0
3+ version = 0.6.2
44author = J. Ritchie Carroll
55author_email = rcarroll@gridprotectionalliance.org
66description = Streaming Telemetry Transport Protocol API
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments