Skip to content

Commit

Permalink
bump: version 8.1.42 → 8.1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Aug 21, 2024
1 parent 5f125e6 commit d2bf159
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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__"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v8.1.43 (2024-08-21)

## v8.1.42 (2024-06-24)

### Fix
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ 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?

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.

## 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

Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.42/index.html>.
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.43/index.html>.

#### java/javax

Expand All @@ -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:
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.42/org/json/package-summary.html>
<https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.43/org/json/package-summary.html>

#### org.python

Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/system/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Package information."""

__version__ = "8.1.42"
__build__ = "2024061810"
__version__ = "8.1.43"
__build__ = "2024082010"

0 comments on commit d2bf159

Please sign in to comment.