Skip to content

Commit

Permalink
chore(release): prepare for v8.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
César Román committed Dec 15, 2022
1 parent 0856703 commit ac03374
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v8.1.23 (2022-12-14)

### Fix

- create Number type alias (#136)

## v8.1.22.post1 (2022-11-29)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ This project consists of the following packages:

#### com.inductiveautomation

This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.22/index.html>.
This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.23/index.html>.

#### java/javax

Expand All @@ -113,7 +113,7 @@ This package includes supporting classes and interfaces from Apache Commons Math

#### org.json

This package includes supporting classes and interfaces from the Inductive Automation's `org.json` package, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.22/org/json/package-summary.html>
This package includes supporting classes and interfaces from the Inductive Automation's `org.json` package, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.23/org/json/package-summary.html>

#### org.python

Expand Down
6 changes: 3 additions & 3 deletions src/system/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package information."""

__version__ = "8.1.22"
__build__ = "2022110109"
__cycle__ = ".post1"
__version__ = "8.1.23"
__build__ = "2022121308"
__cycle__ = ""
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 comments on commit ac03374

Please sign in to comment.