From 173b929781d3d4ceb6c8bdd2e9b327627f2545a9 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 16 Sep 2023 13:09:43 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ tailbone_corepos/_version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 637d6b5..ffa4b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to tailbone-corepos 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). +## [0.1.27] - 2023-09-16 +### Changed +- Make CORE key fields readonly when viewing equity payment. +- Add grid totals support for CORE stock purchases. + ## [0.1.26] - 2023-09-15 ### Changed - Add views for CORE lanes, tenders. diff --git a/tailbone_corepos/_version.py b/tailbone_corepos/_version.py index 85d6b6e..2e5b837 100644 --- a/tailbone_corepos/_version.py +++ b/tailbone_corepos/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.1.26' +__version__ = '0.1.27'