Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yatmanov committed Dec 11, 2024
1 parent bb48f73 commit aede952
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.35.2 (2024-12-11)
===================

### Bugfixes

- Removed retries on SSLError to quickly surface certificate issues during login


0.35.1 (2024-08-21)
===================

Expand Down
2 changes: 1 addition & 1 deletion polyanalyst6api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.35.1'
__version__ = '0.35.2'

from .api import *
from .exceptions import *
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 = "polyanalyst6api"
version = "0.35.1"
version = "0.35.2"
description = "polyanalyst6api is a PolyAnalyst API client for Python."
authors = ["yatmanov <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit aede952

Please sign in to comment.