Skip to content

Commit d5b6f2c

Browse files
committedJan 26, 2023
actually release 1.2.1
1 parent 36efe2f commit d5b6f2c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.2.1 (2023-01-25)
2+
=========
3+
4+
**Bugfixes**
5+
6+
- Actually fix #34. Build 1.2.0 was not fully released.
7+
8+
19
1.2.0 (2023-01-20)
210
=========
311

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ build and release, creds in `~/.pypirc`:
259259
```
260260
rm -f dist/*; \
261261
python3 setup.py sdist bdist_wheel && \
262-
python3 -m twine upload --repository testpypi dist/* && \
262+
python3 -m twine upload --repository testpypi_requests_aws4auth dist/* && \
263263
python3 -m twine upload --repository pypi dist/*
264264
```
265265

‎requests_aws4auth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@
199199
del aws4signingkey
200200
del exceptions
201201

202-
__version__ = '1.2.0'
202+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)