-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2012-2013, Mark Peek <[email protected]> | ||
Copyright (c) 2012-2017, Mark Peek <[email protected]> | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='troposphere', | ||
version='1.9.2', | ||
version='1.9.3', | ||
description="AWS CloudFormation creation library", | ||
author="Mark Peek", | ||
author_email="[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (c) 2012-2013, Mark Peek <[email protected]> | ||
# Copyright (c) 2012-2017, Mark Peek <[email protected]> | ||
# All rights reserved. | ||
# | ||
# See LICENSE file for full license. | ||
|
@@ -12,7 +12,7 @@ | |
|
||
from . import validators | ||
|
||
__version__ = "1.9.2" | ||
__version__ = "1.9.3" | ||
|
||
# constants for DeletionPolicy | ||
Delete = 'Delete' | ||
|