Compare commits
2 commits
463e846448
...
843e4ed1a8
Author | SHA1 | Date | |
---|---|---|---|
843e4ed1a8 | |||
aae62f7c33 |
4 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
||||||
# 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.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.2.13'
|
__version__ = '0.2.14'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.2.13
|
current_version = 0.2.14
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ def readfile(file):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='madblog',
|
name='madblog',
|
||||||
version='0.2.13',
|
version='0.2.14',
|
||||||
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',
|
||||||
|
|
Loading…
Reference in a new issue