Skip to content

Commit

Permalink
Updated version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glato committed Dec 4, 2021
1 parent f303a39 commit f1e6253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ emerge
 

The main goal of this project is to create a free/ open source tool, that can easily be used by anyone with interest in software development, architecture, metrics and visualization to gather more insights about those topics. It should facilitate/ support getting a better understanding of a given software project by using an exploratory approach.
The main goal of this project is to create a free/ open source tool, that can easily be used by anyone with interest in software development, architecture, metrics and visualization to gather more insights about those topics. It should facilitate/ support getting a better understanding of a given software project by using an [exploratory approach](https://en.wikipedia.org/wiki/Exploratory_data_analysis).

 

Expand All @@ -36,6 +36,7 @@ The main goal of this project is to create a free/ open source tool, that can ea
- Basic implementation of the following software metrics: SLOC, Number of Methods, Fan-In/Fan-Out, Modularity (Louvain)
- Logging support with configurable log levels
- Configuration support based on YAML syntax to configure multiple/specific analyses
- Create a language/project configuration directly from an included configuration template
- Export of scan results/ metrics/ statistics for the following formats/ outputs
- Code dependency, inheritance, complete and filesystem graph (enriched with scan results/metrics)
- [GraphML](http://graphml.graphdrawing.org)
Expand Down
4 changes: 2 additions & 2 deletions emerge/appear.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
LOGGER = Logger(logging.getLogger('emerge'))
coloredlogs.install(level='E', logger=LOGGER.logger(), fmt=Logger.log_format)

__version__ = '0.20.0'
__updated__ = '2021-12-04 20:40:34'
__version__ = '1.0.0'
__updated__ = '2021-12-04 23:20:19'


class Emerge:
Expand Down

0 comments on commit f1e6253

Please sign in to comment.