Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mivek committed Aug 6, 2023
1 parent 424580a commit 28c62c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change Log

## [1.6.5] - 2023-07-TBD
## [1.6.5] - 2023-08-06

### Added

- Implementation of method `__repr__` on class of module `model`.

### Fixed

- Use `getlocale()` instead of `getdefaultlocale()`

## [1.6.4] - 2023-06-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = metar-taf-parser-mivek
version = 1.6.4
version = 1.6.5
author = Jean-Kevin KPADEY
author_email = [email protected]
description = Python project parsing metar and taf message
Expand Down

0 comments on commit 28c62c2

Please sign in to comment.