mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Version bump to 0.2.5
This commit is contained in:
parent
b73d081f55
commit
321d8d2d50
4 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
|
||||
import Journal
|
||||
from Journal import Journal
|
||||
from jrnl import cli
|
||||
|
|
|
@ -19,7 +19,7 @@ except ImportError: import json
|
|||
|
||||
|
||||
__title__ = 'jrnl'
|
||||
__version__ = '0.2.4'
|
||||
__version__ = '0.2.5'
|
||||
__author__ = 'Manuel Ebert, Stephan Gabler'
|
||||
__license__ = 'MIT'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue