Merge pull request #40 from nabobalis/master

Release v0.9.5
This commit is contained in:
Nabil Freij 2019-08-19 22:08:42 +01:00 committed by GitHub
commit 4e9041f0bb
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.4'
__version__ = '0.9.5'
__all__ = ['setup']

View file

@ -1,4 +1,3 @@
import sys
from setuptools import setup
__version__ = ''