Skip to content

Commit

Permalink
Update version, disable ssl_cert test due to incompatible changes in …
Browse files Browse the repository at this point in the history
…test_container_ssl
  • Loading branch information
littleK0i committed Mar 14, 2023
1 parent 10c08ca commit 63e97d8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ssl_cert.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: SSL certificate test

on:
push:
paths:
- "**.py"
- "**.yml"
branches:
- master
# Workflow is disabled due to incompatible changes in "test_container_ssl"
#
# push:
# paths:
# - "**.py"
# - "**.yml"
# branches:
# - master
pull_request:

workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.25.2] - 2023-03-14

- Fix deprecation warning by setting SSLContext protocol.

## [0.25.1] - 2022-11-05

- Add hotfix for `lineterminator` change in Pandas 1.5.* ([details](https://github.com/pandas-dev/pandas/pull/45302))
Expand Down
2 changes: 1 addition & 1 deletion pyexasol/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.25.1'
__version__ = '0.25.2'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Database',
],

Expand Down

0 comments on commit 63e97d8

Please sign in to comment.