Skip to content

Commit

Permalink
feat: prepare version v1.0.0 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyjian committed Apr 15, 2022
1 parent ed3d1ae commit af51192
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.0.0

[Documentation](https://github.com/artsy/hokusai/blob/v1.0.0/README.md)

### Notable changes since v0.5.18

* ed3d1ae feat: track deployed project version in a Kubernetes deployment label
* 3b8a7e6 feat: drop support for Python 2.x, allow installation for Python 3.7+ only

## v0.5.18

[Documentation](https://github.com/artsy/hokusai/blob/v0.5.18/README.md)
Expand Down
2 changes: 1 addition & 1 deletion hokusai/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.18
1.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hokusai"
version = "0.5.18"
version = "1.0.0"
description = "Artsy Docker development toolkit"
authors = ["Isac Petruzzi <[email protected]>"]
maintainers = ["Jian-Feng Xu <[email protected]>"]
Expand Down

0 comments on commit af51192

Please sign in to comment.