Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmendonca committed Jan 26, 2017
1 parent 5bb27a3 commit 7d45b37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3 (January 26, 2017)
- Cool down no longer affects the tiopatinhas target anymore, target is always updated
- Cool down is now added to instance's promotion and demotion

## 1.0.2 (December 02, 2016)
- Added cool down and bid threshold times in the configuration file
- Refresh state doesn't affect tiopatinhas' actions anymore
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

setup(
name='tiopatinhas',
version='1.0.2',
version='1.0.3',
author='Chaordic Systems',
description='An Amazon Autoscaling companion that uses the Spot Market',
license='Open Source',
install_requires=requires,
packages=['tp'],
package_data={'tp': ['tp.conf.template']},
long_description=open('README.md').read(),
data_files=[('', ['LICENSE']), ('', ['CHANGELOG.md'])],
zip_safe=False,
url='https://www.github.com/chaordic/tiopatinhas/',
scripts=['tp/tp.py']
Expand Down

0 comments on commit 7d45b37

Please sign in to comment.