Skip to content

Commit

Permalink
3.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: João Gonçalves <[email protected]>
  • Loading branch information
jsvgoncalves committed Jun 21, 2024
1 parent 0e056c6 commit 3900175
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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).

## [3.6.2] - 2024-06-21

### Fixed

- Fix packaging dynamic version

## [3.6.1] - 2024-06-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyecospold/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Defaults",
)

__version__ = "3.6.1"
__version__ = "3.6.2"

from .config import Defaults
from .core import (
Expand Down

0 comments on commit 3900175

Please sign in to comment.