mirror of
https://github.com/vale981/ablog
synced 2025-03-04 16:51:39 -05:00
Release v0.9.5
This commit is contained in:
parent
dd5b3c5331
commit
faa7757d09
2 changed files with 1 additions and 2 deletions
|
@ -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']
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -1,4 +1,3 @@
|
|||
import sys
|
||||
from setuptools import setup
|
||||
|
||||
__version__ = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue