-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.4.2 Fixed import error when used via CLI and in Windows (#6)
* Fixed import error when used via CLI * Fixed import errors in merge.py * Prepare release 0.4.2
- Loading branch information
Showing
5 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
# Changelog | ||
|
||
## 0.0.4 - February 2, 2018 | ||
## 0.4.2 - February 14, 2018 | ||
- Fixed import error in `merge.py` when used in Windows. | ||
|
||
## 0.4.1 - February 14, 2018 | ||
- Fixed import error when used from CLI. | ||
|
||
## 0.4.0 - February 2, 2018 | ||
- Separate CLI functionality from the Merge logic for a more module friendly package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
"""Init module of MkDocs Merge""" | ||
|
||
|
||
__version__ = '0.4.0' | ||
__version__ = '0.4.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters