Skip to content

Commit

Permalink
actually release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tedder committed Jan 26, 2023
1 parent 36efe2f commit d5b6f2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
@@ -1,3 +1,11 @@
1.2.1 (2023-01-25)
=========

**Bugfixes**

- Actually fix #34. Build 1.2.0 was not fully released.


1.2.0 (2023-01-20)
=========

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -259,7 +259,7 @@ build and release, creds in `~/.pypirc`:
```
rm -f dist/*; \
python3 setup.py sdist bdist_wheel && \
python3 -m twine upload --repository testpypi dist/* && \
python3 -m twine upload --repository testpypi_requests_aws4auth dist/* && \
python3 -m twine upload --repository pypi dist/*
```

2 changes: 1 addition & 1 deletion requests_aws4auth/__init__.py
Expand Up @@ -199,4 +199,4 @@
del aws4signingkey
del exceptions

__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit d5b6f2c

Please sign in to comment.