Skip to content

Commit 9dd6000

Browse files
committed
Merge pull request #78 from ifosch/prerelease-0.1.2
Release 0.1.2
2 parents 84f9a45 + c10cc83 commit 9dd6000

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
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.0] - 0.1.0
5+
## [0.1.2] = 0.1.2
6+
### Fixed
7+
- Handles exception when no default AWS credential is found.
8+
- Some code and style fixes that should be added to 0.1.1.
9+
10+
## [0.1.1] - 0.1.1
611
### Added
712
- Get and list current AWS EC2 computing costs with `accloudtant list`
813
- Get report on current AWS EC2 instances, current, and new with `accloudtant report`

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.1',
19+
version='0.1.2',
2020
description='Cloud cost calculation tool',
2121
author='Ignasi Fosch, Eduardo Bellido Bellido, David Arcos',
2222
author_email='[email protected]',
2323
url='https://github.com/ifosch/accloudtant',
24-
download_url='https://github.com/ifosch/accloudtant/archive/0.1.1',
24+
download_url='https://github.com/ifosch/accloudtant/archive/0.1.2',
2525
keywords=['cloud', 'AWS', 'costs'],
2626
classifiers=[
2727
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)