From 10dad7fb0ce6d63470ba01b4c5b616a4f699a5a1 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Wed, 29 Nov 2023 12:33:19 +0000 Subject: [PATCH] v0.1.4 --- CHANGELOG.md | 11 +++++++---- setup.py | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8acfc3..5230ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.3...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.4...HEAD) ### Added ### Changed - -- Refactor structure of project - ### Deprecated ### Removed ### Fixed ### Security +## [0.1.4](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.3...v0.1.4) - 2023-11-29 + +### Changed + +- Refactor structure of project + ## [0.1.3](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.1.2...v0.1.3) - 2023-11-29 ### Changed diff --git a/setup.py b/setup.py index e866e81..4189f46 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.1.3", + version="0.1.4", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", - description="The National Archives frontend Jinja templates", + description="TNA Frontend Jinja templates", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/nationalarchives/tna-frontend-jinja",