jrnl.__version__ magic works! (#1296)

* `jrnl.__version__` magic works!

Adjust version imports
Update version on GitHub release flow
Fix version imports & black issue

* escape strings in workflow

Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
MinchinWeb 2021-07-17 14:19:48 -06:00 committed by Jonathan Wren
parent 6b1d6ccd56
commit 79c37401c4
19 changed files with 37 additions and 30 deletions

View file

@ -18,7 +18,7 @@ import yaml
from yaml.loader import SafeLoader
from jrnl import Journal
from jrnl.__version__ import __version__
from jrnl import __version__
from jrnl import plugins
from jrnl.args import parse_args
from jrnl.behave_testing import _mock_getpass