Changeset - c19d359c2e7d
[Not reviewed]
v0.18.12
0 2 0
Lance Edgar (lance) - 1 month ago 2024-09-15 10:54:57
lance@edbob.org
bump: version 0.18.11 → 0.18.12
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.12 (2024-09-15)
 

	
 
### Fix
 

	
 
- update project links, kallithea -> forgejo
 

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

	
 
### Fix
 

	
 
- move startup workaround for trainwreck query bug
 

	
 
## 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.11"
 
version = "0.18.12"
 
description = "Retail Software Framework"
 
readme = "README.md"
 
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+)",
 
        "Natural Language :: English",
 
        "Operating System :: OS Independent",
 
        "Programming Language :: Python",
 
        "Programming Language :: Python :: 3",
 
        "Programming Language :: Python :: 3.8",
 
        "Programming Language :: Python :: 3.9",
 
        "Programming Language :: Python :: 3.10",
 
        "Programming Language :: Python :: 3.11",
 
        "Topic :: Office/Business",
 
        "Topic :: Software Development :: Libraries :: Python Modules",
 
]
 
requires-python = ">= 3.8"
0 comments (0 inline, 0 general)