mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Version bump
This commit is contained in:
parent
3d31e31eb5
commit
e3613b8628
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
### 1.0.1 (March 12, 2013)
|
||||||
|
|
||||||
|
* [Fixed] Requires parsedatetime 1.1.2 or newer
|
||||||
|
|
||||||
### 1.0.0 (March 4, 2013)
|
### 1.0.0 (March 4, 2013)
|
||||||
|
|
||||||
* [New] Integrates seamlessly with DayOne
|
* [New] Integrates seamlessly with DayOne
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -53,7 +53,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "jrnl",
|
name = "jrnl",
|
||||||
version = "1.0.0",
|
version = "1.0.1",
|
||||||
description = "A command line journal application that stores your journal in a plain text file",
|
description = "A command line journal application that stores your journal in a plain text file",
|
||||||
packages = ['jrnl'],
|
packages = ['jrnl'],
|
||||||
install_requires = ["parsedatetime >= 1.1.2"],
|
install_requires = ["parsedatetime >= 1.1.2"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue