From 7c2059151d258c0122774da37a5d38538cac93fd Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Nov 30 2021 15:01:26 +0000 Subject: Merge branch 'hotfix-font-resource' into 'main' Add missed out font resource and version bumped to v0.2.1 See merge request t0xic0der/obserware!27 --- diff --git a/obserware/__init__.py b/obserware/__init__.py index 5a08707..b6fb9a4 100644 --- a/obserware/__init__.py +++ b/obserware/__init__.py @@ -17,4 +17,4 @@ along with this program. If not, see . """ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/obserware/assets/uifiles/fontrsrc.qrc b/obserware/assets/uifiles/fontrsrc.qrc new file mode 100644 index 0000000..fe922ae --- /dev/null +++ b/obserware/assets/uifiles/fontrsrc.qrc @@ -0,0 +1,7 @@ + + + ../fonts/intr-bold.ttf + ../fonts/intr-rlar.ttf + ../fonts/mono-rlar.ttf + + diff --git a/pyproject.toml b/pyproject.toml index 5ed87a2..6a75e95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "obserware" -version = "0.2.0" +version = "0.2.1" description = "An advanced system monitor utility written in Python and Qt" authors = ["Akashdeep Dhar "] license = "GPL-3.0-or-later"