Skip to content

Commit

Permalink
chore(release): prepare for v8.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed May 13, 2022
1 parent 82cfff3 commit 0a0fa30
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [8.1.17] - 2022-04-14

### Bug Fixes

- update type hint for `html` arg (#20)

### Refactor

- update type hint for payload arg ([b8995ab](https://github.com/ignition-api/8.1/commit/b8995ab50a1118e8fa440987d0167141a0cb94ed))

### Build

- update pylint configuration (#18)

## [8.1.16.post1] - 2022-04-08

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.16/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.17/index.html>.

#### java/javax

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.16"
__build__ = "2022040511"
__cycle__ = ".post1"
__version__ = "8.1.17"
__build__ = "2022051210"
__cycle__ = ""
__package_version__ = "{0}{1}".format(__version__, __cycle__)

0 comments on commit 0a0fa30

Please sign in to comment.