Skip to content

Commit

Permalink
chore(release): 0.20.22
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Mar 9, 2021
1 parent d3cde69 commit cb6ea45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.20.22](https://github.com/WuLiFang/Nuke/compare/v0.20.21...v0.20.22) (2021-03-09)

### Bug Fixes

- wrong attr name cause jpg upload fail ([d3cde69](https://github.com/WuLiFang/Nuke/commit/d3cde692714afdff069a64a75abbdde2c6df8be6))

## [0.20.21](https://github.com/WuLiFang/Nuke/compare/v0.20.20...v0.20.21) (2021-03-09)

### Features
Expand Down
12 changes: 6 additions & 6 deletions lib/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

from datetime import datetime

VERSION = '0.20.21'
RELEASE_DATE = datetime.fromtimestamp(1615261003)
LAST_GIT_COMMIT_DESCRIBE = 'v0.20.20-3-g3c11b23'
LAST_GIT_COMMIT_HASH = '3c11b2314d98172147076c2024caa2f6cb58128a'
VERSION = '0.20.22'
RELEASE_DATE = datetime.fromtimestamp(1615273143)
LAST_GIT_COMMIT_DESCRIBE = 'v0.20.21-2-gd3cde69'
LAST_GIT_COMMIT_HASH = 'd3cde692714afdff069a64a75abbdde2c6df8be6'
LAST_GIT_COMMIT_AUTHOR_NAME = 'NateScarlet'
LAST_GIT_COMMIT_AUTHOR_EMAIL = '[email protected]'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1615260326)
LAST_GIT_COMMIT_SUBJECT = 'chore: add scripts/postchangelog.sh'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1615273129)
LAST_GIT_COMMIT_SUBJECT = 'fix: wrong attr name cause jpg upload fail'
LAST_GIT_COMMIT_BODY = ''

0 comments on commit cb6ea45

Please sign in to comment.