Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 9, 2024
1 parent af35191 commit d447028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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).

## [DEV]
## [4.0.0] - 2024-08-09

### Changed

- Include `pycasreg` in source repo to avoid bumping version dominoes
- Include `lxmlh` in source repo to avoid bumping version dominoes
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.2"
__version__ = "4.0.0"

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

0 comments on commit d447028

Please sign in to comment.