bump: version 0.14.0 → 0.14.1
This commit is contained in:
parent
c5c8c06ea7
commit
99071616f5
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,6 +5,18 @@ All notable changes to rattail will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## v0.14.1 (2024-07-01)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- remove references, dependency for `six` package
|
||||||
|
|
||||||
|
- remove some unused imports
|
||||||
|
|
||||||
|
- remove duplicated / unused code for `rattail.db.config`
|
||||||
|
|
||||||
|
- deprecate `parse_bool()` and `parse_list()` in `rattail.config`
|
||||||
|
|
||||||
## v0.14.0 (2024-07-01)
|
## v0.14.0 (2024-07-01)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = rattail
|
name = rattail
|
||||||
version = 0.14.0
|
version = 0.14.1
|
||||||
author = Lance Edgar
|
author = Lance Edgar
|
||||||
author_email = lance@edbob.org
|
author_email = lance@edbob.org
|
||||||
url = https://rattailproject.org/
|
url = https://rattailproject.org/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue