Merge pull request #10 from nabobalis/0.9.1

0.9.1
This commit is contained in:
Nabil Freij 2018-03-02 16:44:55 +01:00 committed by GitHub
commit 5fd03a4f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,7 @@ from .post import (PostDirective, PostListDirective, UpdateDirective,
generate_archive_pages, generate_atom_feeds,
missing_reference)
__version__ = '0.9.0'
__version__ = '0.9.1'
__all__ = ['setup']

View file

@ -62,7 +62,6 @@ setup(
entry_points={
'console_scripts': [
'ablog = ablog.commands:ablog_main',
'ablog{0} = ablog.commands:ablog_main'.format(sys.version_info[0]),
],
},
)