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