Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e6cdd46

Browse files
author
bweigel
committed
Bump version: 0.3.0 → 0.4.0
1 parent 0f71005 commit e6cdd46

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ Release History
3333

3434
## 0.3.0 (2018-09-05)
3535

36-
* implements support for CloudWatch Events
36+
* implements support for CloudWatch Events
37+
38+
## 0.4.0 (2018-09-06)
39+
40+
* implements support for CloudWatch Alarms

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.4.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

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

1313
setup(
1414
name="python-aws-dataclasses",
15-
version="0.3.0",
15+
version="0.4.0",
1616
packages=find_packages(exclude=["tests"]),
1717

1818
install_requires=['docutils>=0.3',

0 commit comments

Comments
 (0)