Skip to content

Commit

Permalink
Updated version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Sep 4, 2022
1 parent 3197a3d commit 85a0ee9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/BuildSteps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ For updates, always increment version number in:
src/sttp/version.py
docs/conf.py

Any new dependencies should be sync'd and added to:
setup.cfg ([options] / install_requires)
requirements.txt

It is always best to delete the following folders before a new build:
build/
dist/
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author = 'J. Ritchie Carroll'

# The full version, including alpha/beta/rc tags
release = '0.4.0'
release = '0.5.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sttpapi
version = 0.4.0
version = 0.5.0
author = J. Ritchie Carroll
author_email = [email protected]
description = Streaming Telemetry Transport Protocol API
Expand Down
4 changes: 2 additions & 2 deletions src/sttp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ class Version:
Defines the STTP library API title used for data subscriber identification.
"""

STTP_VERSION = "0.4.0"
STTP_VERSION = "0.5.0"
"""
Defines the STTP library API version used for data subscriber identification.
"""

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

0 comments on commit 85a0ee9

Please sign in to comment.