Changeset - 2a46b2226b0b
[Not reviewed]
v0.18.10
0 2 0
Lance Edgar (lance) - 2 months ago 2024-09-03 11:00:04
lance@edbob.org
bump: version 0.18.9 → 0.18.10
2 files changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CHANGELOG.md
Show inline comments
 

	
 
# Changelog
 
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/)
 
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 

	
 
## v0.18.10 (2024-09-03)
 

	
 
### Fix
 

	
 
- add startup workaround for trainwreck query bug
 

	
 
## v0.18.9 (2024-08-30)
 

	
 
### Fix
 

	
 
- change import for wuttjamaican base model
 

	
 
## v0.18.8 (2024-08-28)
 

	
 
### Fix
 

	
 
- move "record changes" global hook to startup()
 
- cleanup old code for "record changes" session feature
pyproject.toml
Show inline comments
 

	
 
[build-system]
 
requires = ["hatchling"]
 
build-backend = "hatchling.build"
 

	
 

	
 
[project]
 
name = "rattail"
 
version = "0.18.9"
 
version = "0.18.10"
 
description = "Retail Software Framework"
 
readme = "README.rst"
 
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 
license = {text = "GNU GPL v3+"}
 
classifiers = [
 
        "Development Status :: 4 - Beta",
 
        "Environment :: Console",
 
        "Environment :: Web Environment",
 
        "Environment :: Win32 (MS Windows)",
 
        "Environment :: X11 Applications",
 
        "Intended Audience :: Developers",
 
        "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
0 comments (0 inline, 0 general)