Skip to content

Commit 3567e9d

Browse files
author
Edmund Dipple
committed
Updates for version 2.1.6
1 parent e4d7c56 commit 3567e9d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

4+
## 2.1.6 (2016/12/16)
5+
6+
- Fix multiline regex - thanks @eredi93
7+
48
## 2.1.5 (2016/08/01)
59

610
- Better string <-> boolean comparison in `should_equal` and `should_not_equal`

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.5",
5+
version="2.1.6",
66
author="Edmund Dipple",
77
author_email="[email protected]",
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.5',
10+
download_url = 'https://github.com/elmundio87/terraform_validate/tarball/2.1.6',
1111
keywords = ['terraform', 'assert', 'testing'],
1212
packages = find_packages(),
1313
install_requires=[

0 commit comments

Comments
 (0)