Compare commits

..

No commits in common. "843e4ed1a87911c575f1efd3954304a001a06a48" and "463e846448e9367e51502c57f76bb0fdc652f39d" have entirely different histories.

4 changed files with 3 additions and 7 deletions

View file

@ -1,9 +1,5 @@
# Changelog # Changelog
## 0.2.14
- Better support for PWA tags and added a default config-generated `/manifest.json`.
## 0.2.3 ## 0.2.3
- Fix for broken RSS feed URLs when a blog has no pages. - Fix for broken RSS feed URLs when a blog has no pages.

View file

@ -1 +1 @@
__version__ = '0.2.14' __version__ = '0.2.13'

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.14 current_version = 0.2.13
commit = True commit = True
tag = True tag = True

View file

@ -11,7 +11,7 @@ def readfile(file):
setup( setup(
name='madblog', name='madblog',
version='0.2.14', version='0.2.13',
author='Fabio Manganiello', author='Fabio Manganiello',
author_email='info@fabiomanganiello.com', author_email='info@fabiomanganiello.com',
description='A minimal platform for Markdown-based blogs', description='A minimal platform for Markdown-based blogs',