Update changelog
This commit is contained in:
parent
570c726e65
commit
b08be0783f
10
CHANGES.rst
10
CHANGES.rst
|
@ -5,6 +5,16 @@ CHANGELOG
|
|||
Unreleased
|
||||
----------
|
||||
|
||||
0.12.6 (2024-06-01)
|
||||
-------------------
|
||||
|
||||
* Add setting to allow decimal quantities for ordering/receiving.
|
||||
|
||||
* Fix ``rattail datasync remove-settings`` command line, per typer.
|
||||
|
||||
* Fix ``--progress-socket`` arg handling for typer commands.
|
||||
|
||||
|
||||
0.12.5 (2024-05-31)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.12.5'
|
||||
__version__ = '0.12.6'
|
||||
|
|
Loading…
Reference in a new issue