Skip to content

Commit

Permalink
chore(release): 2021.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Sep 24, 2021
1 parent 1cbd7d3 commit 48d9cf5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [2021.3.0](https://github.com/WuLiFang/Nuke/compare/v2021.2.0...v2021.3.0) (2021-09-24)

### Features

- support cgteamwork6.1 ([0900c96](https://github.com/WuLiFang/Nuke/commit/0900c96beda58b56f9dfb96e29f478be9616841e))
- update expire time to 2022-06-1 ([1cbd7d3](https://github.com/WuLiFang/Nuke/commit/1cbd7d3c4c1cf9aa412d239773cd3fb6ac8d27f5))

### Bug Fixes

- error after precomp selected ([0e1e75e](https://github.com/WuLiFang/Nuke/commit/0e1e75e8f26af44706937ac96ac9bc7e712391ac))

## [2021.2.0](https://github.com/WuLiFang/Nuke/compare/v2021.1.0...v2021.2.0) (2021-06-17)

### 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 = '2021.2.0'
RELEASE_DATE = datetime.fromtimestamp(1623902830)
LAST_GIT_COMMIT_DESCRIBE = 'v2021.1.0-7-g3cf8042'
LAST_GIT_COMMIT_HASH = '3cf8042e0a77f8a767384d925669f15282322b5b'
VERSION = '2021.3.0'
RELEASE_DATE = datetime.fromtimestamp(1632456171)
LAST_GIT_COMMIT_DESCRIBE = 'v2021.2.0-7-g1cbd7d3'
LAST_GIT_COMMIT_HASH = '1cbd7d3c4c1cf9aa412d239773cd3fb6ac8d27f5'
LAST_GIT_COMMIT_AUTHOR_NAME = 'NateScarlet'
LAST_GIT_COMMIT_AUTHOR_EMAIL = '[email protected]'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1623902809)
LAST_GIT_COMMIT_SUBJECT = 'chore: fix python version updater'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1632456092)
LAST_GIT_COMMIT_SUBJECT = 'feat: update expire time to 2022-06-1'
LAST_GIT_COMMIT_BODY = ''

0 comments on commit 48d9cf5

Please sign in to comment.