Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Bump version and document release process (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allison Deal authored Nov 4, 2020
1 parent c8de51d commit 7a1ac22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ lint:

test:
tox

release: clean-build
poetry publish --build
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ Run tests using
To run lint, use

make lint

## Release Updated Version
First, make sure you have been added as a collaborator [here](https://pypi.org/manage/project/python-elemental/collaboration/).
Manually increase the version [here](https://github.com/cbsinteractive/elemental/blob/master/pyproject.toml#L3) and run

make release
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 = "python-elemental"
version = "0.5.0"
version = "0.6.0"
description = "Python Client for Elemental On-Premises Appliances"
authors = ["CBS Interactive <[email protected]>"]
repository = "https://github.com/cbsinteractive/elemental.git"
Expand Down

0 comments on commit 7a1ac22

Please sign in to comment.