Skip to content

Commit 46d54bc

Browse files
committed
Version 2.3.4
1 parent 9e4f843 commit 46d54bc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/)
77

8-
## [Unreleased] 2.3.4.dev
8+
## [2.3.4] - 2022-12-07
9+
- Removed LegacyVersion use; this fixes the issue with packaging 22.0.
10+
- Fixed typos in the README.
11+
- Added Python 3.11 to the classifiers in the setup.cfg.
912

1013
## [2.3.3] - 2022-11-27
1114
- Fixed recursive requirements issue when an unpinned package is found.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Make sure to use the latest patch available for your Python version.
2424
Safety can be integrated into your existing GitHub CI pipeline as an action. Just add the following as a step in your workflow YAML file after setting your `SAFETY_API_KEY` secret on GitHub under Settings -> Secrets -> Actions:
2525

2626
```yaml
27-
- uses: pyupio/[email protected].3
27+
- uses: pyupio/[email protected].4
2828
with:
2929
api-key: ${{ secrets.SAFETY_API_KEY }}
3030
```

safety/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.4.dev
1+
2.3.4

0 commit comments

Comments
 (0)