Skip to content

Commit

Permalink
Merge pull request #624 from micahellison/v2.0-rc3
Browse files Browse the repository at this point in the history
Updating Python version and jrnl version for v2.0-rc3
  • Loading branch information
micahellison authored Jul 20, 2019
2 parents 5443743 + 683e369 commit 6e47a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jrnl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from __future__ import absolute_import

__title__ = 'jrnl'
__version__ = '2.0.0-rc1'
__version__ = '2.0.0-rc3'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 - 2015 Manuel Ebert'
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ def get_version(filename="jrnl/__init__.py"):
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.7',
'Topic :: Office/Business :: News/Diary',
'Topic :: Text Processing'
],
Expand Down

0 comments on commit 6e47a38

Please sign in to comment.