Skip to content

Commit 55e26c5

Browse files
authored
eng: set version to 2.0.0-alpha.1, update metadata/docs/CI - BNCH-112051 (#220)
* eng: set version to 2.0.0-alpha.1, update metadata & docs BNCH-112051 * update GitHub config
1 parent 847d5a6 commit 55e26c5

File tree

4 files changed

+12
-31
lines changed

4 files changed

+12
-31
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run Checks
22

33
on:
44
push:
5-
branches: [ "2.x" ]
5+
branches: [ "prod/2.x" ]
66
pull_request:
7-
branches: [ "2.x" ]
7+
branches: [ "prod/2.x" ]
88
merge_group:
99

1010
jobs:

.github/workflows/release.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
![Run Checks](https://github.com/openapi-generators/openapi-python-client/workflows/Run%20Checks/badge.svg)
2-
[![codecov](https://codecov.io/gh/openapi-generators/openapi-python-client/branch/main/graph/badge.svg)](https://codecov.io/gh/triaxtec/openapi-python-client)
31
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
4-
[![Generic badge](https://img.shields.io/badge/type_checked-mypy-informational.svg)](https://mypy.readthedocs.io/en/stable/introduction.html)
5-
[![PyPI version shields.io](https://img.shields.io/pypi/v/openapi-python-client.svg)](https://pypi.python.org/pypi/openapi-python-client/)
6-
[![Downloads](https://static.pepy.tech/personalized-badge/openapi-python-client?period=total&units=international_system&left_color=blue&right_color=green&left_text=Downloads)](https://pepy.tech/project/openapi-python-client)
2+
3+
# Note: this is the fork of openapi-python-client maintained and used by Benchling.
4+
5+
If you want the official package, go to the upstream repository: https://github.com/openapi-generators/openapi-python-client
6+
7+
The rest of this file is a copy of the upstream README, except for descriptions of extra options added in the Benchling fork. All other Benchling-specific notes are in our internal documentation.
8+
9+
Benchling cannot provide any support for external use of this fork.
710

811
# openapi-python-client
912

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
authors = [
33
{ name = "Dylan Anthony", email = "[email protected]" },
4+
{ name = "Benchling Support", email = "[email protected]" },
45
]
56
license = { text = "MIT" }
67
requires-python = ">=3.8.1,<4.0"
@@ -18,7 +19,7 @@ dependencies = [
1819
"typing-extensions>=4.8.0,<5.0.0",
1920
]
2021
name = "openapi-python-client"
21-
version = "0.21.6"
22+
version = "2.0.0-alpha.1"
2223
description = "Generate modern Python clients from OpenAPI"
2324
keywords = [
2425
"OpenAPI",

0 commit comments

Comments
 (0)