Skip to content

Commit 418b77f

Browse files
author
Ilan Piperno
authored
Merge pull request #48 from lumapps/bug_fix_release
Updated doc and version
2 parents 9a76dcc + 96e0b35 commit 418b77f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![image](https://img.shields.io/pypi/v/dep-check.svg)](https://pypi.python.org/pypi/dep-check) [![CircleCI](https://circleci.com/gh/lumapps/dep-check/tree/master.svg?style=svg)](https://circleci.com/gh/lumapps/dep-check/tree/master)
44

5-
## Version: Pre-alpha
6-
75
**dep-check** is a Python dependency checker. It lets you write rules to define what each module can import, **dep-check** can then parse each source file in your project to verify everything is in order. You can also use it to draw a dependency graph for your project.
86

7+
![graph_example](https://raw.githubusercontent.com/lumapps/dep-check/master/doc/images/graph.svg?sanitize=true)
8+
99
**Free software:** MIT license
1010

1111
## Supported languages

dep_check/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """LumApps"""
66
__email__ = "core-devs@lumapps.com"
7-
__version__ = "1.0.0"
7+
__version__ = "1.0.1"

doc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 1.0.1(2019-08-23)
4+
5+
### BUGFIX
6+
7+
- The tool now works correctly with Go.
8+
39
## 1.0.0 (2019-08-20)
410

511
### Modified

0 commit comments

Comments
 (0)