bump to v0.1.2
This commit is contained in:
parent
7ec6173c65
commit
df1b0e9cd9
3 changed files with 9 additions and 2 deletions
|
@ -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)
|
## v0.1.1 (2022-01-12)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "tenkan"
|
name = "tenkan"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "RSS/atom feed converter from html to gemini"
|
description = "RSS/atom feed converter from html to gemini"
|
||||||
authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"]
|
authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"]
|
||||||
readme = 'README.md'
|
readme = 'README.md'
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = '0.1.1'
|
__version__ = '0.1.2'
|
||||||
|
|
Loading…
Reference in a new issue