Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Oct 19, 2024
1 parent 2946314 commit 9c909bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1 (2024-10-19 08:45:00 -0500)
---------------------------------

- Fix load_url retry for binary streams. `#192 <https://github.com/ros-infrastructure/rosdistro/pull/192>`_

1.0.0 (2024-10-11 10:00:00 -0500)
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion src/rosdistro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# same version as in:
# - setup.py
# - stdeb.cfg
__version__ = '1.0.0'
__version__ = '1.0.1'

# index information

Expand Down
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c909bf

Please sign in to comment.