From 0b8637195745fb34b19036ac6104675a92881620 Mon Sep 17 00:00:00 2001 From: Wolfgang Hoschek Date: Mon, 28 Oct 2024 15:20:52 +0100 Subject: [PATCH] prep for release Signed-off-by: Wolfgang Hoschek --- CHANGELOG.md | 5 ++++- bzfs/bzfs.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef894e34..2004ed84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bzfs/bzfs.py b/bzfs/bzfs.py index 1988baa3..525c3ec8 100755 --- a/bzfs/bzfs.py +++ b/bzfs/bzfs.py @@ -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