Compare commits
No commits in common. "843e4ed1a87911c575f1efd3954304a001a06a48" and "463e846448e9367e51502c57f76bb0fdc652f39d" have entirely different histories.
843e4ed1a8
...
463e846448
4 changed files with 3 additions and 7 deletions
|
@ -1,9 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.14
|
||||
|
||||
- Better support for PWA tags and added a default config-generated `/manifest.json`.
|
||||
|
||||
## 0.2.3
|
||||
|
||||
- Fix for broken RSS feed URLs when a blog has no pages.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.2.14'
|
||||
__version__ = '0.2.13'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.14
|
||||
current_version = 0.2.13
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ def readfile(file):
|
|||
|
||||
setup(
|
||||
name='madblog',
|
||||
version='0.2.14',
|
||||
version='0.2.13',
|
||||
author='Fabio Manganiello',
|
||||
author_email='info@fabiomanganiello.com',
|
||||
description='A minimal platform for Markdown-based blogs',
|
||||
|
|
Loading…
Reference in a new issue