Skip to content

Commit

Permalink
preparing for 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanodallapalma committed Nov 18, 2020
1 parent 79a8a5f commit e0fc8a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## [0.8.12]
- Enhancement: Added functionality to compute delta metrics between two successive releases

## [0.8.11]
- Bugfix: Caught missing TypeError that made the program fail when executing AnsibleMetrics on an empty script

Expand Down
2 changes: 1 addition & 1 deletion repominer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from repominer.mining.ansible import AnsibleMiner
from repominer.mining.tosca import ToscaMiner

VERSION = '0.8.11'
VERSION = '0.8.12'


def valid_dir_or_url(x: str) -> str:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

VERSION = '0.8.11'
VERSION = '0.8.12'

setup(name='repository-miner',
version=VERSION,
Expand Down

0 comments on commit e0fc8a0

Please sign in to comment.