mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-15 10:36:13 +02:00
jrnl.__version__
magic works!
Adjust version imports Update version on GitHub release flow Fix version imports & black issue
This commit is contained in:
parent
183795d3f5
commit
a79a3cb723
19 changed files with 38 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue