Skip to content

Commit

Permalink
chore(release): 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Sep 22, 2021
1 parent 79e0ee6 commit f6aedde
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 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.1.7](https://github.com/NateScarlet/cast-unknown-python/compare/v0.1.6...v0.1.7) (2021-09-22)

### Bug Fixes

- **deps:** should use compatible version on minor version ([79e0ee6](https://github.com/NateScarlet/cast-unknown-python/commit/79e0ee6ff09c96c7dbff9a7c07a2ebe5a62d512d))

## [0.1.6](https://github.com/NateScarlet/cast-unknown-python/compare/v0.1.5...v0.1.6) (2021-06-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
14 changes: 7 additions & 7 deletions cast_unknown/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

from datetime import datetime

VERSION = '0.1.6'
RELEASE_DATE = datetime.fromtimestamp(1622821369)
LAST_GIT_COMMIT_DESCRIBE = 'v0.1.5-1-gdfafabd'
LAST_GIT_COMMIT_HASH = 'dfafabd44d59b0f64b78ec21afc3891993fbabb7'
VERSION = '0.1.7'
RELEASE_DATE = datetime.fromtimestamp(1632307889)
LAST_GIT_COMMIT_DESCRIBE = 'v0.1.6-1-g79e0ee6'
LAST_GIT_COMMIT_HASH = '79e0ee6ff09c96c7dbff9a7c07a2ebe5a62d512d'
LAST_GIT_COMMIT_AUTHOR_NAME = 'NateScarlet'
LAST_GIT_COMMIT_AUTHOR_EMAIL = 'NateScarlet@Gmail.com'
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1622821329)
LAST_GIT_COMMIT_SUBJECT = 'fix: should import collections.abc through six'
LAST_GIT_COMMIT_BODY = ''
LAST_GIT_COMMIT_AUTHOR_DATE = datetime.fromtimestamp(1632307842)
LAST_GIT_COMMIT_SUBJECT = 'fix(deps): should use compatible version on minor version'
LAST_GIT_COMMIT_BODY = 'related to https://github.com/pypa/pip/issues/10499'

0 comments on commit f6aedde

Please sign in to comment.