Skip to content

Commit

Permalink
Release 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyzheng committed Jan 14, 2025
1 parent 1669a2b commit 3c42c11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: 3.11
- name: Install Tox
run: pip install tox
- name: Run Tox
Expand Down
4 changes: 4 additions & 0 deletions docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

0.31.0 (2025-01-14)
-------------------
* Check related image only for add-bundles

0.30.0 (2025-01-13)
-------------------
* Disable stage check when removing arches
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_dependency_links():

setup(
name="pubtools-quay",
version="0.30.0",
version="0.31.0",
description="Pubtools-quay",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 3c42c11

Please sign in to comment.