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