diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..689eb9e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 0.1.1 + +First usable version, with several bug fixes and better documentation. + +# 0.1.0 + +First draft. diff --git a/madblog/__init__.py b/madblog/__init__.py index e69de29..df9144c 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -0,0 +1 @@ +__version__ = '0.1.1' diff --git a/setup.py b/setup.py index ee10e9c..1ecf259 100755 --- a/setup.py +++ b/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',