Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 648917f

Browse files
committed
Merge branch 'release/v0.2.1'
2 parents 820eaee + 15fbe9a commit 648917f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

catsup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Catsup, a lightweight static blog generator
33
"""
44

5-
__version__ = '0.2.0'
5+
__version__ = '0.2.1'

catsup/generator/renderer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def render_to(self, template, permalink, **kwargs):
5858
kwargs.setdefault("permalink", permalink)
5959
html = self.render(template, **kwargs)
6060
if html:
61-
output_name = permalink
6261
self.rendered_permalinks.append(permalink)
6362
if output_name.endswith("/") or "." not in output_name:
6463
output_name = output_name.rstrip("/")

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
==========
33

4+
Version 0.2.1
5+
--------------
6+
7+
+ Fix build bugs.
8+
49
Version 0.2.0
510
--------------
611

0 commit comments

Comments
 (0)