Skip to content

Commit 83c1afc

Browse files
committed
Bump version and add CHANGES entry
1 parent 8245b26 commit 83c1afc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 2.0.1
4+
5+
* Temporarily re-add Python 2 support until StackStorm v3.3 is EOL.
36

47
## 2.0.0
58

pack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
ref: st2
33
name: st2
44
description: StackStorm utility actions and aliases
5-
version: 2.0.0
5+
version: 2.0.1
66
python_versions:
7+
# StackStorm v3.3 on Xenial still uses python 2.7
8+
# and does not backtrack to find older supported versions,
9+
# so leave this here (without tests) until v3.3 is EOL.
710
- "2"
811
- "3"
912
author: StackStorm, Inc.

0 commit comments

Comments
 (0)