Loading ChangeLog.md +1 −1 Original line number Diff line number Diff line # Onionprobe ChangeLog ## v1.1.1 - Unreleased ## v1.1.1 - 2023-04-04 ### Fixes Loading debian/changelog +6 −0 Original line number Diff line number Diff line onionprobe (1.1.1) unstable; urgency=medium * New upstream version. -- Silvio Rhatto <rhatto@torproject.org> Tue, 04 Apr 2023 09:57:15 -0300 onionprobe (1.1.0) unstable; urgency=medium * New upstream version. Loading docs/development.md +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Set the version number: Update the version in some files, like: * `debian/changelog` * `debian/changelog` (via `dch -i`) * `packages/onionprobe/config.py` * `setup.cfg` Loading docs/man/onionprobe.1.md +1 −1 Original line number Diff line number Diff line % ONIONPROBE(1) Onionprobe User Manual % Silvio Rhatto <rhatto@torproject.org> % Apr 03, 2023 % Apr 04, 2023 # NAME Loading packages/onionprobe/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ except ImportError: # The Onionprobe version string # Uses Semantic Versioning 2.0.0 # See https://semver.org onionprobe_version = '1.1.0' onionprobe_version = '1.1.1' # The base path for this project basepath = os.path.join(os.path.dirname(os.path.abspath(__file__)), os.pardir, os.pardir) + os.sep Loading Loading
ChangeLog.md +1 −1 Original line number Diff line number Diff line # Onionprobe ChangeLog ## v1.1.1 - Unreleased ## v1.1.1 - 2023-04-04 ### Fixes Loading
debian/changelog +6 −0 Original line number Diff line number Diff line onionprobe (1.1.1) unstable; urgency=medium * New upstream version. -- Silvio Rhatto <rhatto@torproject.org> Tue, 04 Apr 2023 09:57:15 -0300 onionprobe (1.1.0) unstable; urgency=medium * New upstream version. Loading
docs/development.md +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Set the version number: Update the version in some files, like: * `debian/changelog` * `debian/changelog` (via `dch -i`) * `packages/onionprobe/config.py` * `setup.cfg` Loading
docs/man/onionprobe.1.md +1 −1 Original line number Diff line number Diff line % ONIONPROBE(1) Onionprobe User Manual % Silvio Rhatto <rhatto@torproject.org> % Apr 03, 2023 % Apr 04, 2023 # NAME Loading
packages/onionprobe/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ except ImportError: # The Onionprobe version string # Uses Semantic Versioning 2.0.0 # See https://semver.org onionprobe_version = '1.1.0' onionprobe_version = '1.1.1' # The base path for this project basepath = os.path.join(os.path.dirname(os.path.abspath(__file__)), os.pardir, os.pardir) + os.sep Loading