We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f960249 commit e51faafCopy full SHA for e51faaf
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.2.2'
+VERSION = 'v1.2.3'
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = blog
-version = v1.2.2
+version = v1.2.3
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