diff --git a/.cz.toml b/.cz.toml index bbb15ce..eca7131 100644 --- a/.cz.toml +++ b/.cz.toml @@ -3,7 +3,7 @@ gpg_sign = true name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "pep440" -version = "8.1.42" +version = "8.1.43" update_changelog_on_bump = true version_files = [ "src/system/__version__.py:__version__" diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f9932..053d449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v8.1.43 (2024-08-21) + ## v8.1.42 (2024-06-24) ### Fix diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6b3550..2dad371 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,11 @@ We follow a simple model to make contributing as straightforward as possible. Th ## Code of Conduct -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). +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). ## Got a question? -Please join us on or [Discussions](https://github.com/ignition-api/discussions/discussions). +Please join us on or [Discussions](https://github.com/orgs/ignition-devs/discussions). ## Found a bug? @@ -16,7 +16,7 @@ If you find a bug or if something is missing in the source code, you can help us ## Getting ready to contribute -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`. +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`. ### Setting up your local environment @@ -49,7 +49,7 @@ In **ignition-api** we rely on Python 2.7.18 for development, and Python 3.10 to ## Pull Requests -In **ignition-api** we use the [GitHub flow](https://guides.github.com/introduction/flow/) as main versioning workflow. +For **ignition-api** we use the [GitHub flow](https://guides.github.com/introduction/flow/) as main versioning workflow. 1. Fork the repository 1. Create a new branch from **main** for each feature, fix or improvement, using the following naming convention: diff --git a/README.md b/README.md index 0638276..b08d7a5 100755 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ This project consists of the following packages: This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: -. +. #### java/javax @@ -121,7 +121,7 @@ API. For more information, see documentation here: This package includes supporting classes and interfaces from the Inductive Automation's `org.json` package, see documentation here: - + #### org.python diff --git a/setup.cfg b/setup.cfg index b7fbe01..8d12903 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ version = attr: system.__version__.__version__ description = Ignition Scripting API long_description = file: README.md long_description_content_type = text/markdown -url = https://ignition-api.github.io/8.1 +url = https://ignition-devs.github.io/ignition-api-8.1 author = César Román author_email = cesar@coatl.dev license = MIT @@ -30,10 +30,10 @@ keywords = inductive automation scada project_urls = - Documentation = https://docs.inductiveautomation.com/display/DOC81/System+Functions - Funding = https://github.com/sponsors/thecesrom - Source = https://github.com/ignition-api/8.1 - Tracker = https://github.com/ignition-api/8.1/issues + Documentation = https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions + Funding = https://github.com/sponsors/cesarcoatl + Source = https://github.com/ignition-devs/ignition-api-8.1 + Tracker = https://github.com/ignition-devs/ignition-api-8.1/issues [options] packages = find: diff --git a/src/system/__version__.py b/src/system/__version__.py index 5f8efaa..1c6c3ac 100644 --- a/src/system/__version__.py +++ b/src/system/__version__.py @@ -1,4 +1,4 @@ """Package information.""" -__version__ = "8.1.42" -__build__ = "2024061810" +__version__ = "8.1.43" +__build__ = "2024082010"