Skip to content

Commit

Permalink
[skip ci] Update version to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefdhurst authored and github-actions[bot] committed Dec 24, 2024
1 parent c512495 commit 73552c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

ARTICLES_DIR = environ.get('ARTICLES_DIR', default='articles/')
DIST_DIR = environ.get('DIST_DIR', default='dist/')
VERSION = 'v1.0.5'
VERSION = 'v1.0.6'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = blog
version = v1.0.5
version = v1.0.6
author = Jamie Hurst
author_email = [email protected]
description = Simple blog static site generator for jamiehurst.co.uk reads in and parses Markdown articles
Expand Down

0 comments on commit 73552c0

Please sign in to comment.