Skip to content

Commit

Permalink
Merge pull request #66 from davidmegginson/HDXDSYS-1075
Browse files Browse the repository at this point in the history
Added "Producer" to the PriceType enum HDXDSYS-1075
  • Loading branch information
davidmegginson authored Sep 26, 2024
2 parents 5a92a14 + e3fa161 commit 316a9aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## (next release)

### Changed

- added "Producer" to the `PriceType` enum

## 0.8.17

### Added
Expand Down
1 change: 1 addition & 0 deletions src/hapi_schema/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class PriceFlag(str, PythonEnum):

class PriceType(str, PythonEnum):
FARM_GATE = "Farm Gate"
PRODUCER = "Producer"
RETAIL = "Retail"
WHOLESALE = "Wholesale"

Expand Down

0 comments on commit 316a9aa

Please sign in to comment.