mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-01 22:56:12 +02:00
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:
parent
6b1d6ccd56
commit
79c37401c4
19 changed files with 37 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