Skip to content

Commit 8b5940c

Browse files
author
César Román
committed
chore(release): prepare for v8.1.20.post3
Signed-off-by: César Román <thecesrom@gmail.com>
1 parent 861ae1a commit 8b5940c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v8.1.20.post3 (2022-08-30)
2+
3+
### Feat
4+
5+
- **ia**: add ApplicationScope class (#82)
6+
17
## v8.1.20.post2 (2022-08-30)
28

39
### Feat

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.20"
44
__build__ = "2022082313"
5-
__cycle__ = ".post2"
5+
__cycle__ = ".post3"
66
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 commit comments

Comments
 (0)