Skip to content

Commit

Permalink
Merge pull request #82 from querti/prepare-0.8.0
Browse files Browse the repository at this point in the history
Prepare release v0.8.0
  • Loading branch information
querti authored Sep 7, 2021
2 parents bf01f24 + 78f5be3 commit 4c4f04a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ChangeLog
=========

0.8.0 (2021-9-7)
------------------

* Use SSL certificates for Pyxis authentication
* Remove duplicate digests when getting signatures from Pyxis
* Remove return of push_docker entrypoint

0.7.2 (2021-8-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_dependency_links():

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

0 comments on commit 4c4f04a

Please sign in to comment.