Skip to content

Commit 75aeadd

Browse files
authored
Merge pull request #123 from ifosch/pre-0.1.4
Pre 0.1.4
2 parents bf37d34 + f6be408 commit 75aeadd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
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.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.1.4] - 0.1.4
6+
### Fixed
7+
- Fixes relocation of AWS prices web.
8+
- Fixes bug when loading region scoped RIs.
9+
510
## [0.1.3] - 0.1.3
611
### Fixed
712
- Supports instances without `Name` tag.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Thanks for their support to (sorted alphabetically)
99

10+
- **[Arunjayanth](https://github.com/arunjayanth)**
1011
- **[Deepak Kumar Gupta](https://github.com/hellodk)**
1112
- **[Esteve Fernández](https://github.com/esteve)**
1213
- **[Jordi Soucheiron](https://github.com/jsoucheiron)**

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
setup(
1717
name='accloudtant',
1818
packages=find_packages(),
19-
version='0.1.3',
19+
version='0.1.4',
2020
description='Cloud cost calculation tool',
2121
author='Ignasi Fosch, Eduardo Bellido Bellido, David Arcos',
2222
author_email='accloudtant@y10k.ws',
2323
url='https://github.com/ifosch/accloudtant',
24-
download_url='https://github.com/ifosch/accloudtant/archive/0.1.3',
24+
download_url='https://github.com/ifosch/accloudtant/archive/0.1.4',
2525
keywords=['cloud', 'AWS', 'costs'],
2626
classifiers=[
2727
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)