Skip to content

Commit 85a0ee9

Browse files
Updated version to 0.5.0
1 parent 3197a3d commit 85a0ee9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

docs/BuildSteps.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ For updates, always increment version number in:
1313
src/sttp/version.py
1414
docs/conf.py
1515

16+
Any new dependencies should be sync'd and added to:
17+
setup.cfg ([options] / install_requires)
18+
requirements.txt
19+
1620
It is always best to delete the following folders before a new build:
1721
build/
1822
dist/

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author = 'J. Ritchie Carroll'
1616

1717
# The full version, including alpha/beta/rc tags
18-
release = '0.4.0'
18+
release = '0.5.0'
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

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.4.0
3+
version = 0.5.0
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,12 +27,12 @@ class Version:
2727
Defines the STTP library API title used for data subscriber identification.
2828
"""
2929

30-
STTP_VERSION = "0.4.0"
30+
STTP_VERSION = "0.5.0"
3131
"""
3232
Defines the STTP library API version used for data subscriber identification.
3333
"""
3434

35-
STTP_UPDATEDON = "2022-09-02"
35+
STTP_UPDATEDON = "2022-09-04"
3636
"""
3737
Defines when the STTP library API was last updated used for data subscriber identification.
3838
"""

0 commit comments

Comments
 (0)