From 9c909bfb7f34e13e8229f1742b6493b228a3cfa9 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Sat, 19 Oct 2024 08:45:03 -0500 Subject: [PATCH] 1.0.1 --- CHANGELOG.rst | 5 +++++ setup.py | 2 +- src/rosdistro/__init__.py | 2 +- stdeb.cfg | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 37c6d478..5d53edb9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +1.0.1 (2024-10-19 08:45:00 -0500) +--------------------------------- + +- Fix load_url retry for binary streams. `#192 `_ + 1.0.0 (2024-10-11 10:00:00 -0500) --------------------------------- diff --git a/setup.py b/setup.py index e2372d5f..81514361 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # same version as in: # - src/rosdistro/__init__.py # - stdeb.cfg - 'version': '1.0.0', + 'version': '1.0.1', 'install_requires': ['PyYAML', 'setuptools'], 'python_requires': '>=3.6', 'packages': find_packages('src'), diff --git a/src/rosdistro/__init__.py b/src/rosdistro/__init__.py index 8b673dca..0ec10780 100644 --- a/src/rosdistro/__init__.py +++ b/src/rosdistro/__init__.py @@ -59,7 +59,7 @@ # same version as in: # - setup.py # - stdeb.cfg -__version__ = '1.0.0' +__version__ = '1.0.1' # index information diff --git a/stdeb.cfg b/stdeb.cfg index b312e9ca..1b430c35 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -3,7 +3,7 @@ Debian-Version: 100 ; rosdistro-modules same version as in: ; - setup.py ; - src/rosdistro/__init__.py -Depends3: ca-certificates, python3-rosdistro-modules (>= 1.0.0), python3-setuptools, python3-yaml +Depends3: ca-certificates, python3-rosdistro-modules (>= 1.0.1), python3-setuptools, python3-yaml Conflicts3: python-rosdistro Copyright-File: LICENSE.txt Suite3: focal jammy noble bookworm trixie