Skip to content

Commit

Permalink
Bump to 0.25.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Nov 21, 2023
1 parent 1b23ef2 commit 08e505f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.25.0

- If a markdown file with a slug cannot be found, look for a template with the same slug. Special case for `*.html` which can be a fall-back option to render for any slug.
- Add `raise_404` template tag.
- Add `last_path` template tag.

# 0.24.0

- Support Django template tags with the `mistune` markdown renderer.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<a href="https://coltrane.readthedocs.io"><h1 align="center">coltrane</h1></a>
</p>
<p align="center">A content site framework that harnesses the power of Django without the hassle 🎵</p>
<p align="center">A Dynamic Site Generator that harnesses the power of Django without the hassle 🎵</p>

![PyPI](https://img.shields.io/pypi/v/coltrane?color=blue&style=flat-square)
![PyPI - Downloads](https://img.shields.io/pypi/dm/coltrane?color=blue&style=flat-square)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Include any third-party [`Django` app](https://djangopackages.org) for additional functionality
- Optional building of static HTML files

## 🤓 What is a Dynamic Site Generator?
## What is a Dynamic Site Generator?

`coltrane` is similar to a static site generator -- it takes `markdown` content and renders it as HTML. However, it also provides an opinionated framework for building dynamic websites.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dynamic = ["version", "description"]

[tool.poetry]
name = "coltrane"
version = "0.24.0"
description = "A simple content site framework that harnesses the power of Django without the hassle."
version = "0.25.0"
description = "A Dynamic Site Generator that harnesses the power of Django without the hassle 🎵."
authors = ["adamghill <adam@adamghill.com>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 08e505f

Please sign in to comment.