chore(master): release 1.3.3

This commit is contained in:
Brian May
2025-08-13 07:16:22 +10:00
parent cb9c0f3548
commit f3b00a2006
4 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [1.3.3](https://github.com/sshuttle/sshuttle/compare/v1.3.2...v1.3.3) (2025-08-12)
### Bug Fixes
* route PRINT -4 to_ascii [windows] ([cb9c0f3](https://github.com/sshuttle/sshuttle/commit/cb9c0f3548c0af9cf224e069aca596c2f1308c22))
## [1.3.2](https://github.com/sshuttle/sshuttle/compare/v1.3.1...v1.3.2) (2025-08-08)

View File

@ -6,7 +6,7 @@ license = {text = "LGPL-2.1"}
requires-python = "<4.0,>=3.9"
dependencies = []
name = "sshuttle"
version = "1.3.2"
version = "1.3.3"
description = "Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling."
readme = "README.rst"
classifiers = [

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.2
current_version = 1.3.3
[bumpversion:file:setup.py]

View File

@ -1 +1 @@
__version__ = "1.3.2"
__version__ = "1.3.3"