Skip to content

Commit 2051d8a

Browse files
committed
1.0.0
1 parent 0111d12 commit 2051d8a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.0
2+
3+
- Added Python 3 support (only Python 3.7 tested).
4+
- Removed Python 2 support.
5+
16
## 0.2.1
27

38
- Forgot to bump version in `setup.py`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="majorkirby",
17-
version="0.2.1",
17+
version="1.0.0",
1818
description="Puts CloudFormation stacks into motion.",
1919
author="Sharp Hall",
2020
author_email="shall@azavea.com",

0 commit comments

Comments
 (0)