Skip to content

Commit 99b3468

Browse files
committed
Bump version
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent a04d247 commit 99b3468

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-reporting/compare/0.12.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-reporting/compare/0.13.0...HEAD
6+
7+
## [0.13.0][] - 2019-04-15
8+
9+
[0.13.0]: https://github.com/chaostoolkit/chaostoolkit-reporting/compare/0.12.0...0.13.0
10+
11+
### Changed
12+
13+
- Bumped to chaostoolkit 1.0
614

715
## [0.12.0][] - 2018-12-06
816

chaosreport/__init__.py

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

3131
__all__ = ["__version__", "generate_report", "generate_report_header",
3232
"save_report"]
33-
__version__ = '0.12.0'
33+
__version__ = '0.13.0'
3434

3535
curdir = os.getcwd()
3636
basedir = os.path.dirname(__file__)

0 commit comments

Comments
 (0)