Skip to content

Commit

Permalink
Merge pull request #123 from ifosch/pre-0.1.4
Browse files Browse the repository at this point in the history
Pre 0.1.4
  • Loading branch information
ifosch authored Jan 4, 2018
2 parents bf37d34 + f6be408 commit 75aeadd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file following [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog) project as a guideline.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.4] - 0.1.4
### Fixed
- Fixes relocation of AWS prices web.
- Fixes bug when loading region scoped RIs.

## [0.1.3] - 0.1.3
### Fixed
- Supports instances without `Name` tag.
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# Thanks for their support to (sorted alphabetically)

- **[Arunjayanth](https://github.com/arunjayanth)**
- **[Deepak Kumar Gupta](https://github.com/hellodk)**
- **[Esteve Fernández](https://github.com/esteve)**
- **[Jordi Soucheiron](https://github.com/jsoucheiron)**
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
setup(
name='accloudtant',
packages=find_packages(),
version='0.1.3',
version='0.1.4',
description='Cloud cost calculation tool',
author='Ignasi Fosch, Eduardo Bellido Bellido, David Arcos',
author_email='accloudtant@y10k.ws',
url='https://github.com/ifosch/accloudtant',
download_url='https://github.com/ifosch/accloudtant/archive/0.1.3',
download_url='https://github.com/ifosch/accloudtant/archive/0.1.4',
keywords=['cloud', 'AWS', 'costs'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 75aeadd

Please sign in to comment.