Skip to content

Commit 6f4da50

Browse files
author
Edmund Dipple
committed
Updates for version 2.1.5
1 parent 417aaca commit 6f4da50

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
22
=========
33

4+
## 2.1.5 (2016/08/01)
5+
6+
- Better string <-> boolean comparison in `should_equal` and `should_not_equal`
47

58
## 2.1.4 (2016/07/26)
69

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name="terraform_validate",
5-
version="2.1.4",
5+
version="2.1.5",
66
author="Edmund Dipple",
77
author_email="elmundio1987@gmail.com",
88
description="A library that provides asserts for testing Terraform configuration",
99
url="https://github.com/elmundio87/terraform_validator",
10-
download_url = 'https://github.com/elmundio87/terraform_validate/tarball/2.1.4',
10+
download_url = 'https://github.com/elmundio87/terraform_validate/tarball/2.1.5',
1111
keywords = ['terraform', 'assert', 'testing'],
1212
packages = find_packages(),
1313
install_requires=[

0 commit comments

Comments
 (0)