Skip to content

Commit d2bf159

Browse files
committed
bump: version 8.1.42 → 8.1.43
1 parent 5f125e6 commit d2bf159

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

Diff for: .cz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gpg_sign = true
33
name = "cz_conventional_commits"
44
tag_format = "v$version"
55
version_scheme = "pep440"
6-
version = "8.1.42"
6+
version = "8.1.43"
77
update_changelog_on_bump = true
88
version_files = [
99
"src/system/__version__.py:__version__"

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v8.1.43 (2024-08-21)
2+
13
## v8.1.42 (2024-06-24)
24

35
### Fix

Diff for: CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ We follow a simple model to make contributing as straightforward as possible. Th
44

55
## Code of Conduct
66

7-
Help us keep **ignition-api** open and inclusive. Please read and follow our [Code of Conduct](https://github.com/ignition-api/.github/blob/main/CODE_OF_CONDUCT.md).
7+
Help us keep **ignition-api** open and inclusive. Please read and follow our [Code of Conduct](https://github.com/ignition-devs/.github/blob/main/CODE_OF_CONDUCT.md).
88

99
## Got a question?
1010

11-
Please join us on or [Discussions](https://github.com/ignition-api/discussions/discussions).
11+
Please join us on or [Discussions](https://github.com/orgs/ignition-devs/discussions).
1212

1313
## Found a bug?
1414

1515
If you find a bug or if something is missing in the source code, you can help us by submitting an issue, or even better, you can [submit a Pull Request](#pull-requests) with a fix.
1616

1717
## Getting ready to contribute
1818

19-
In **ignition-api** we rely on Python 2.7.18 for development, and Python 3.10 to run tests and style checks with `pre-commit` and `tox`.
19+
For **ignition-api** we rely on Python 2.7.18 for development, and Python 3.10 to run tests and style checks with `pre-commit` and `tox`.
2020

2121
### Setting up your local environment
2222

@@ -49,7 +49,7 @@ In **ignition-api** we rely on Python 2.7.18 for development, and Python 3.10 to
4949

5050
## Pull Requests
5151

52-
In **ignition-api** we use the [GitHub flow](https://guides.github.com/introduction/flow/) as main versioning workflow.
52+
For **ignition-api** we use the [GitHub flow](https://guides.github.com/introduction/flow/) as main versioning workflow.
5353

5454
1. Fork the repository
5555
1. Create a new branch from **main** for each feature, fix or improvement, using the following naming convention:

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This project consists of the following packages:
103103

104104
This package includes supporting Inductive Automation's classes and interfaces.
105105
For more information, see documentation here:
106-
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.42/index.html>.
106+
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.43/index.html>.
107107

108108
#### java/javax
109109

@@ -121,7 +121,7 @@ API. For more information, see documentation here:
121121

122122
This package includes supporting classes and interfaces from the Inductive
123123
Automation's `org.json` package, see documentation here:
124-
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.42/org/json/package-summary.html>
124+
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.43/org/json/package-summary.html>
125125

126126
#### org.python
127127

Diff for: setup.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = attr: system.__version__.__version__
44
description = Ignition Scripting API
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7-
url = https://ignition-api.github.io/8.1
7+
url = https://ignition-devs.github.io/ignition-api-8.1
88
author = César Román
99
author_email = [email protected]
1010
license = MIT
@@ -30,10 +30,10 @@ keywords =
3030
inductive automation
3131
scada
3232
project_urls =
33-
Documentation = https://docs.inductiveautomation.com/display/DOC81/System+Functions
34-
Funding = https://github.com/sponsors/thecesrom
35-
Source = https://github.com/ignition-api/8.1
36-
Tracker = https://github.com/ignition-api/8.1/issues
33+
Documentation = https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions
34+
Funding = https://github.com/sponsors/cesarcoatl
35+
Source = https://github.com/ignition-devs/ignition-api-8.1
36+
Tracker = https://github.com/ignition-devs/ignition-api-8.1/issues
3737

3838
[options]
3939
packages = find:

Diff for: src/system/__version__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Package information."""
22

3-
__version__ = "8.1.42"
4-
__build__ = "2024061810"
3+
__version__ = "8.1.43"
4+
__build__ = "2024082010"

0 commit comments

Comments
 (0)