Skip to content

Commit 7108c64

Browse files
authored
chore(main): release python 3.5.0 (#863)
1 parent 4e89617 commit 7108c64

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

clients/python/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/phrase/openapi/compare/python-v3.4.0...python-v3.5.0) (2025-07-18)
4+
5+
6+
### Features
7+
8+
* **API:** add updated_since param for downloads ([#858](https://github.com/phrase/openapi/issues/858)) ([db4196b](https://github.com/phrase/openapi/commit/db4196bfb1a45f628577bebb99aad7da1179c241))
9+
* **API:** Add use_ordinal_rules attribute to request body for create/update Keys endpoints ([#868](https://github.com/phrase/openapi/issues/868)) ([29410b5](https://github.com/phrase/openapi/commit/29410b5d4edee9645f449d2d7de53fb953c1f0c2))
10+
* **API:** Add use_ordinal_rules boolean [STRINGS-2273] ([#846](https://github.com/phrase/openapi/issues/846)) ([450ce0c](https://github.com/phrase/openapi/commit/450ce0cce6bb2064758c44b130b39dd5539c2681))
11+
312
## [3.4.0](https://github.com/phrase/openapi/compare/python-v3.3.0...python-v3.4.0) (2025-05-23)
413

514

openapi-generator/python_lang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ generatorName: python
33
outputDir: clients/python
44
packageName: phrase_api
55
projectName: phrase-api
6-
packageVersion: 3.4.0
6+
packageVersion: 3.5.0
77
packageUrl: https://github.com/phrase/phrase-python
88
gitUserId: phrase
99
gitRepoId: phrase-python
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.0"
2+
".": "3.5.0"
33
}

0 commit comments

Comments
 (0)