Skip to content

Commit 9b9e9a4

Browse files
author
César Román
committed
chore(release): prepare for v8.1.18.post1
Signed-off-by: César Román <thecesrom@gmail.com>
1 parent ab53282 commit 9b9e9a4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## [8.1.18.post1] - 2022-07-05
6+
7+
### CI
8+
9+
- use Python 2 mode for mypy (#25)
10+
11+
### Features
12+
13+
- implement all LoggerEx functions (#27)
14+
15+
### Miscellaneous Tasks
16+
17+
- improve typing for `ignition-api-stubs` (#24)
18+
19+
### Build
20+
21+
- pre-commit autoupdate (#26)
22+
523
## [8.1.18] - 2022-06-20
624

725
### Features

src/system/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
__version__ = "8.1.18"
44
__build__ = "2022061518"
5-
__cycle__ = ""
5+
__cycle__ = ".post1"
66
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 commit comments

Comments
 (0)