Skip to content

Commit

Permalink
Revert "0.11.0"
Browse files Browse the repository at this point in the history
This reverts commit d8eb080.
  • Loading branch information
epikhinm committed Aug 8, 2024
1 parent d8eb080 commit bfe4aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

<!--next-version-placeholder-->

## v0.11.0 (2024-08-08)

### Feature

* Better

* upgrade all deps to latest to fix issues with local toolchain
* add exceptions for linters for new generated paths
* tiny rename for buf ([`58b59d5`](https://github.com/doublecloud/python-sdk/commit/58b59d55d298cc85af5ad6fc97dacee92ce2d11d))
* * update buf and pin all dependencies ([`e34b843`](https://github.com/doublecloud/python-sdk/commit/e34b84351d058436fb4202efe5edcf3bbfa42d68))
* Build: regenerate proto ([`6666e51`](https://github.com/doublecloud/python-sdk/commit/6666e515561c67f1f5faeada45654c61c7f4e02d))

## v0.10.0 (2024-07-26)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

packages = find_packages(".", include=["doublecloud*"])

__version__ = "0.11.0"
__version__ = "0.10.0"

setup(
name="doublecloud",
Expand Down

0 comments on commit bfe4aa2

Please sign in to comment.