Skip to content

Commit

Permalink
Release new version (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 19, 2024
1 parent 1e72fdd commit ed2a9a4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-books-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-chairs-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-icons-check.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 4.3.0

### Minor Changes

- 3a6d44e: Remove support for 3.7

### Patch Changes

- 1e72fdd: Make timeout configurable
- 55e102d: Fix crypto deprecation warning for `EllipticCurve` class instances

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "evervault-python",
"private": true,
"version": "4.2.0",
"version": "4.3.0",
"scripts": {
"version": "changeset version && PACKAGE_VERSION=$(node -p \"require('./package.json').version\") && poetry version $PACKAGE_VERSION"
},
Expand Down
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 = "evervault"
version = "4.2.0"
version = "4.3.0"
description = "Evervault SDK"
authors = ["Evervault <engineering@evervault.com>"]
license = "MIT"
Expand Down

0 comments on commit ed2a9a4

Please sign in to comment.