Skip to content

Commit a822788

Browse files
committed
v3.3.31 Upgrade dependency ripe.atlas.cousteau>=2.2,<3
1 parent d35f564 commit a822788

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Release History
22
===============
3+
3.3.1 (release 2025-12-09)
4+
--------------------------
5+
- Upgraded dependency ripe-atlas-cousteau>=2.2,<3
6+
37
3.3.0 (release 2025-11-13)
48
--------------------------
59
- Official supported Python versions changed to 3.10, 3.11, 3.12 and 3.13

ripe/atlas/tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "3.3.0"
16+
__version__ = "3.3.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"python-dateutil",
3636
"requests",
3737
"urllib3>=2.5.0",
38-
"ripe.atlas.cousteau>=2.1,<3",
38+
"ripe.atlas.cousteau>=2.2,<3",
3939
"ripe.atlas.sagan>=2,<3",
4040
"tzlocal",
4141
"pyyaml",

0 commit comments

Comments
 (0)