jrnl.__version__ magic works!

Adjust version imports
Update version on GitHub release flow
Fix version imports & black issue
This commit is contained in:
MinchinWeb 2021-07-08 22:24:20 -06:00 committed by Jonathan Wren
parent 183795d3f5
commit a79a3cb723
19 changed files with 38 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