bump to v0.1.2

drone
Quentin Ferrand 2022-01-13 23:49:28 +01:00
parent 7ec6173c65
commit df1b0e9cd9
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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 <quentin.ferrand@protonmail.com>"]
readme = 'README.md'

View File

@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.1.1'
__version__ = '0.1.2'