diff --git a/CHANGELOG.md b/CHANGELOG.md index 6675353f..b96c6de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +### 1.0.1 (March 12, 2013) + +* [Fixed] Requires parsedatetime 1.1.2 or newer + ### 1.0.0 (March 4, 2013) * [New] Integrates seamlessly with DayOne diff --git a/setup.py b/setup.py index 41ae41ad..ab80113b 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) setup( 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", packages = ['jrnl'], install_requires = ["parsedatetime >= 1.1.2"],