Compare commits

...

2 Commits

Author SHA1 Message Date
Fabio Manganiello 843e4ed1a8 Bump version: 0.2.13 → 0.2.14 2023-04-16 01:46:32 +02:00
Fabio Manganiello aae62f7c33 Updated CHANGELOG 2023-04-16 01:46:18 +02:00
4 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

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

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.13 current_version = 0.2.14
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.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',