From 418a2f8b2c6940955d7355978621309fe2c095c1 Mon Sep 17 00:00:00 2001 From: drunsinn Date: Sat, 18 Sep 2021 18:41:45 +0200 Subject: [PATCH] prepare release 0.6.3 --- NEWS.md | 4 ++++ type2nc/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 991caf2..6fd4385 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# Release notes for 0.6.3 + - add support for Hershey Fonts + - add command line option to set log level + # Release notes for 0.6.2 - improve ui for windows - include translation files in package diff --git a/type2nc/__init__.py b/type2nc/__init__.py index b42c99a..bff9ae2 100644 --- a/type2nc/__init__.py +++ b/type2nc/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- name = "type2nc" -__version__ = "0.6.2" +__version__ = "0.6.3"