We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b839496 commit 634d3d2Copy full SHA for 634d3d2
blog/config.py
@@ -2,4 +2,4 @@
2
3
ARTICLES_DIR = environ.get('ARTICLES_DIR', default='articles/')
4
DIST_DIR = environ.get('DIST_DIR', default='dist/')
5
-VERSION = 'v1.3.0'
+VERSION = 'v1.3.1'
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = blog
-version = v1.3.0
+version = v1.3.1
author = Jamie Hurst
author_email = [email protected]
6
description = Simple blog static site generator for jamiehurst.co.uk reads in and parses Markdown articles
0 commit comments