From c14b6a8bc6729ae83c432e31789a252fb17cb40f Mon Sep 17 00:00:00 2001 From: Helen C Date: Fri, 1 Nov 2019 10:02:17 +0000 Subject: [PATCH] Update for release 0.2.5 --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a46a68..06c3cbe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog -## [0.2.5] - TODO +## [0.2.5] - 2019-11-01 ### Added - Switch to Poetry for dependency management +- Documentation tab for each pattern that will display a markdown file if it is stored along with the html and yaml files +- Extra yaml examples in the README +- Merge request template + +### Changed +- Improve documentation for developers ## [0.2.4] - 2019-06-11 ### Added diff --git a/pyproject.toml b/pyproject.toml index c4c63dbb..b980c8e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-pattern-library" -version = "0.2.5b3" +version = "0.2.5" description = "A module for Django that allows to build pattern libraries for your projects." authors = [ "Mikalai Radchuk ",