Skip to content

Commit 89ada4c

Browse files
author
William Tisäter
committed
Bump to 0.6.3
1 parent 61653e2 commit 89ada4c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
run: |
2828
git config user.name "Github Actions"
2929
git config user.email [email protected]
30+
git fetch origin gh-pages --depth=1
3031
- name: Build docs
3132
run: mike deploy --push --update-aliases ${{ github.ref_name }} latest

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsmime"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "rsmime"
7-
version = "0.6.2"
7+
version = "0.6.3"
88
description = "Python package for signing and verifying S/MIME messages"
99
classifiers = [
1010
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)