Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 2a00c31

Browse files
committed
Bump to v0.4.0
1 parent 8f0cb8f commit 2a00c31

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# geomdl-cli Changelog
22

3+
## 0.4.0 released on 2018-11-11
4+
5+
* Added ability to import user-defined configuration directives
6+
* Fixed inconsistencies between the command help text and the command parameters
7+
38
## 0.3.0 released on 2018-11-10
49

510
* Major refactoring to the command base and the helpers

geomdl/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"""
2525

2626
__author__ = "Onur Rauf Bingol"
27-
__version__ = "0.3.0"
27+
__version__ = "0.4.0"
2828
__license__ = "MIT"
2929

3030
# Name of the command line script

0 commit comments

Comments
 (0)