Skip to content

Commit 40a5adb

Browse files
committed
v0.4.1
1 parent 00c8634 commit 40a5adb

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
# Changelog
22

3+
## v0.4.1
4+
5+
- fix Makefile uninstall target error
6+
- PEP8 source formatting edits
7+
38
## v0.4.0
49

510
- changed min Python version to Python 3.6+ interpreters

lib/dehinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version = __version__ = "0.4.1.dev0"
15+
version = __version__ = "0.4.1"

0 commit comments

Comments
 (0)