Skip to content

Commit b490f8a

Browse files
author
Edmund Dipple
committed
Updates for version 2.1.2
1 parent 4fe53cd commit b490f8a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
## 2.1.2 (2016/07/22)
5+
6+
- Fix the should_have_properties and should_not_have_properties to work properly when given a string thats not in a list
7+
8+
--------------------
9+
410
## 2.1.1 (2016/07/22)
511

612
- Resource matching done via a string will now work as a regex. Lists passed into `.resource` will work as before.

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.1",
5+
version="2.1.2,
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.1',
10+
download_url = 'https://github.com/elmundio87/terraform_validate/tarball/2.1.2',
1111
keywords = ['terraform', 'assert', 'testing'],
1212
packages = find_packages(),
1313
install_requires=[

0 commit comments

Comments
 (0)