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 Dec 2, 2024
1 parent 1d4f428 commit df5fc96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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.6.0] - TBD
## [1.6.0] - December 2, 2024

### Added
- See https://github.com/whoschek/bzfs/compare/v1.5.0...v1.6.0

## [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 @@ -70,7 +70,7 @@
from subprocess import CalledProcessError, TimeoutExpired
from typing import Iterable, Dict, List, Set, Tuple, Any, Callable, Generator, Optional, Union

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

0 comments on commit df5fc96

Please sign in to comment.