Skip to content

Commit

Permalink
set version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-kaiser committed Oct 31, 2023
1 parent 1efe9cc commit 1875bd4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0
current_version = 4.1.0

[bumpversion:file:snapcraft.yaml]

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
@@ -1,6 +1,6 @@
name: ssh-mitm # you probably want to 'snapcraft register <name>'
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
Expand Down
2 changes: 1 addition & 1 deletion sshmitm/__init__.py
@@ -1 +1 @@
__version__ = '4.0.0'
__version__ = '4.1.0'

0 comments on commit 1875bd4

Please sign in to comment.