Skip to content

Commit

Permalink
rel 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Jan 17, 2024
1 parent 3700bf2 commit d439ffb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).

## 2024.1 - 2024/01/17

- update tooling
- ruff
- pyright
- use loguru to replace print statements
- use pathlib in place of os.path
- absolute imports in the place of relative imports
- Address “The Boolean Trap” with kw only args
- More type hints
- remove deprecated functions from `2021.2.4`

## 2024 - 2024/01/07

- update dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "layeredimage"
version = "2024"
version = "2024.1"
license = "mit"
description = "Use this module to read, and write to a number of layered image formats"
authors = ["FredHappyface"]
Expand Down

0 comments on commit d439ffb

Please sign in to comment.