You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,6 @@
3
3
## Purpose
4
4
Generate modern Python clients from OpenAPI
5
5
6
-
## Contribution Guidelines
7
-
- The project is written to support Python 3.8 and should conform to the [Triax Python Standards](https://triaxtec.atlassian.net/wiki/spaces/EN/pages/499482627/Python+Guidelines).
8
-
- Any changes should be covered with a unit test and documented in [CHANGELOG.md]
9
-
10
6
## Release Process
11
7
1. Start a release with Git Flow
12
8
1. Update the version number in `pyproject.toml` with `poetry version <rule>`
@@ -20,7 +16,7 @@ Generate modern Python clients from OpenAPI
20
16
1. Create a tag on the merge commit with the release number
0 commit comments