From 1875bd45222d6695e75a45948d87cb57467301af Mon Sep 17 00:00:00 2001 From: Manfred Kaiser Date: Tue, 31 Oct 2023 12:15:36 +0100 Subject: [PATCH] set version to 4.1.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 5 ++++- man1/ssh-mitm-audit.1 | 2 +- man1/ssh-mitm-server.1 | 2 +- man1/ssh-mitm.1 | 2 +- snapcraft.yaml | 2 +- sshmitm/__init__.py | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 088ed29..92f9154 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.0 +current_version = 4.1.0 [bumpversion:file:snapcraft.yaml] diff --git a/CHANGELOG.md b/CHANGELOG.md index 54dbc01..d8fb4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0] - 2023-10-31 + ### Fixed - fixed AppImage build process @@ -407,7 +409,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fixed pseudo terminal on exec command -[Unreleased]: https://github.com/ssh-mitm/ssh-mitm/compare/4.0.0...master +[Unreleased]: https://github.com/ssh-mitm/ssh-mitm/compare/4.1.0...master +[4.1.0]: https://github.com/ssh-mitm/ssh-mitm/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/ssh-mitm/ssh-mitm/compare/3.0.2...4.0.0 [3.0.2]: https://github.com/ssh-mitm/ssh-mitm/compare/3.0.1...3.0.2 [3.0.1]: https://github.com/ssh-mitm/ssh-mitm/compare/3.0.0...3.0.1 diff --git a/man1/ssh-mitm-audit.1 b/man1/ssh-mitm-audit.1 index 9bd07e5..05efb0a 100644 --- a/man1/ssh-mitm-audit.1 +++ b/man1/ssh-mitm-audit.1 @@ -1,4 +1,4 @@ -.TH SSH-MITM-AUDIT 1 "SSH-MITM 4.0.0" "SSH-MITM Manual" +.TH SSH-MITM-AUDIT 1 "SSH-MITM 4.1.0" "SSH-MITM Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff diff --git a/man1/ssh-mitm-server.1 b/man1/ssh-mitm-server.1 index d0e3d4f..1bd4198 100644 --- a/man1/ssh-mitm-server.1 +++ b/man1/ssh-mitm-server.1 @@ -1,4 +1,4 @@ -.TH SSH-MITM-SERVER 1 "SSH-MITM 4.0.0" "SSH-MITM Manual" +.TH SSH-MITM-SERVER 1 "SSH-MITM 4.1.0" "SSH-MITM Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff diff --git a/man1/ssh-mitm.1 b/man1/ssh-mitm.1 index 08e3260..3fdd960 100644 --- a/man1/ssh-mitm.1 +++ b/man1/ssh-mitm.1 @@ -1,4 +1,4 @@ -.TH SSH-MITM 1 "SSH-MITM 4.0.0" "SSH-MITM Manual" +.TH SSH-MITM 1 "SSH-MITM 4.1.0" "SSH-MITM Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff diff --git a/snapcraft.yaml b/snapcraft.yaml index 66603c7..aaef89a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,6 +1,6 @@ name: ssh-mitm # you probably want to 'snapcraft register ' base: core20 # the base snap is the execution environment for this snap -version: '4.0.0' # just for humans, typically '1.2+git' or '1.3.2' +version: '4.1.0' # just for humans, typically '1.2+git' or '1.3.2' license: GPL-3.0 website: https://docs.ssh-mitm.at source-code: https://github.com/ssh-mitm/ssh-mitm diff --git a/sshmitm/__init__.py b/sshmitm/__init__.py index d6497a8..fa721b4 100644 --- a/sshmitm/__init__.py +++ b/sshmitm/__init__.py @@ -1 +1 @@ -__version__ = '4.0.0' +__version__ = '4.1.0'