Bumped version 0.1.0 -> 0.1.1
This commit is contained in:
parent
dc882c7237
commit
cfff2e9eb6
3 changed files with 9 additions and 1 deletions
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 0.1.1
|
||||
|
||||
First usable version, with several bug fixes and better documentation.
|
||||
|
||||
# 0.1.0
|
||||
|
||||
First draft.
|
|
@ -0,0 +1 @@
|
|||
__version__ = '0.1.1'
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ def readfile(file):
|
|||
|
||||
setup(
|
||||
name='madblog',
|
||||
version='0.1.0',
|
||||
version='0.1.1',
|
||||
author='Fabio Manganiello',
|
||||
author_email='info@fabiomanganiello.com',
|
||||
description='A minimal platform for Markdown-based blogs',
|
||||
|
|
Loading…
Reference in a new issue