Verified Commit 29c81468 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Feat: Onionprobe 1.1.1

parent 8eb70f42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Onionprobe ChangeLog

## v1.1.1 - Unreleased
## v1.1.1 - 2023-04-04

### Fixes

+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.
+1 −1
Original line number Diff line number Diff line
@@ -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`

+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

+1 −1
Original line number Diff line number Diff line
@@ -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