Skip to content

Commit 3c75089

Browse files
committed
chore: bump version to 1.1.1
1 parent f479a69 commit 3c75089

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/).
77

88

9+
## 1.1.1 - 2023-02-20
10+
11+
### Fixed
12+
13+
- Fail when a distribution package doesn't exist.
14+
15+
916
## 1.1.0 - 2022-12-19
1017

1118
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "s3pypi"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "CLI for creating a Python Package Repository in an S3 bucket"
55
authors = [
66
"Matteo De Wint <matteo@gorilla.co>",

s3pypi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__prog__ = "s3pypi"
2-
__version__ = "1.1.0"
2+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)