Skip to content

Commit

Permalink
[build] prep for release
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Hoschek <wolfgang.hoschek@mac.com>
  • Loading branch information
whoschek committed Nov 23, 2024
1 parent 5640935 commit 7ef3bbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to bzfs 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).

## [1.5.1] - TBD
## [1.5.2] - TBD

## [1.5.1] - November 23, 2024

### Fixed
- See https://github.com/whoschek/bzfs/compare/v1.5.0...v1.5.1

## [1.5.0] - November 21, 2024

Expand Down
2 changes: 1 addition & 1 deletion bzfs/bzfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
from subprocess import CalledProcessError, TimeoutExpired
from typing import Iterable, Dict, List, Set, Tuple, Any, Callable, Generator, Optional, Union

__version__ = "1.5.1-dev"
__version__ = "1.5.1"
prog_name = "bzfs"
prog_author = "Wolfgang Hoschek"
die_status = 3
Expand Down

0 comments on commit 7ef3bbb

Please sign in to comment.