Skip to content

Commit

Permalink
"0.2.9" Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Warrfie committed Dec 13, 2023
1 parent 0ee61bd commit 3ea3980
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions combidata/processes/genetate.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def generate(combination: Combination):
generate_value(all_fields, case, combination)

if combination.logger:
combination.logger.add_log(combination.generated_data,
f"Generated data: {str(combination.test_seed)}")
combination.logger.add_log(combination.generator_id,
f"Generated data: {str(combination.generated_data)}")

return True
5 changes: 5 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ hide:
- navigation
---

# Release Notes: Version 0.2.9

## Bug Fixes:
1. **Logging bug:** Small logging bug fixed

# Release Notes: Version 0.2.8

## Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ keywords = [
urls = {Homepage = "https://github.com/Warrfie/combidata"}
authors = [{name = "MaximKuklikov(Warrfie)", email = "[email protected]"}]
requires-python = ">=3.10"
version="0.2.8"
version="0.2.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="combidata",
version="0.2.8",
version="0.2.9",
description="Package for random data generation and combination different cases",
long_description=open('README.md').read(),
url="https://warrfie.github.io/combidata",
Expand Down

0 comments on commit 3ea3980

Please sign in to comment.