Skip to content

Commit

Permalink
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 Oct 28, 2024
1 parent f88051d commit 0b86371
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.2.1] - TBD
## [1.2.1] - October 28, 2024

### Fixed
- See https://github.com/whoschek/bzfs/compare/v1.2.0...v1.2.1

## [1.2.0] - October 27, 2024

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

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

0 comments on commit 0b86371

Please sign in to comment.