Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 3ef4360

Browse files
cognifloydstackstorm-neptr
authored andcommitted
drop py2 support
on-behalf-of: @StackStorm-Exchange <info@stackstorm.com>
1 parent 5b9af4d commit 3ef4360

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
* Drop Python 2.7 support
6+
37
## v0.5.9
48
* Fix pack compatibility under python 3 when unsupported implicit relative import was used (#41)
59

pack.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ keywords:
66
- ansible
77
- cfg management
88
- configuration management
9-
version : 0.5.9
9+
version: 1.0.0
1010
author : StackStorm, Inc.
1111
email : info@stackstorm.com
1212
python_versions:
13-
- "2"
1413
- "3"

0 commit comments

Comments
 (0)