Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed Sep 12, 2023
1 parent 5cd5ce0 commit 05a3223
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine build
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down
10 changes: 10 additions & 0 deletions docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
ChangeLog
=========

0.0.2 (12-09-2023)
-------------------
* Support raw output for cli
* Fixed appimage ssl error


0.0.1 (24-08-2023)
-------------------
* Initial release
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pubtools-sign"
description = "Collection of tools producing signed artifacts"
readme = "README.rst"
requires-python = ">=3.7"
version = "0.0.1"
version = "0.0.2"

classifiers = [ # Optional
# How mature is this project? Common values are
Expand Down

0 comments on commit 05a3223

Please sign in to comment.