From df1b0e9cd9c238ff3aef4080aea021e4fed58138 Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Thu, 13 Jan 2022 23:49:28 +0100 Subject: [PATCH] bump to v0.1.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- tenkan/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba193f..2ab5474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## v0.1.2 (2022-01-13) + +### Fix + +* fix atom file not rebuilt if new files written + + ## v0.1.1 (2022-01-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 63a73e2..204b2fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tenkan" -version = "0.1.1" +version = "0.1.2" description = "RSS/atom feed converter from html to gemini" authors = ["Quentin Ferrand "] readme = 'README.md' diff --git a/tenkan/__init__.py b/tenkan/__init__.py index 8671cd3..e7ce328 100644 --- a/tenkan/__init__.py +++ b/tenkan/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.1' +__version__ = '0.1.2'