Skip to content

Commit

Permalink
Merge pull request #93 from web-push-libs/release/1.8.1
Browse files Browse the repository at this point in the history
chore: tag 1.8.1
  • Loading branch information
pjenvey authored Apr 2, 2021
2 parents 871d67d + bab123b commit 9ba0de7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Empty file removed python/CHANGELOG.md
Empty file.
6 changes: 5 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,12 @@ for more details. Be aware that this value is tied to the generated
public/private key. If you remove or generate a new key, any
restricted URL you've previously generated will need to be
reallocated. Please note that some User Agents may require you [to
decode this string into a Uint8Array](https://github.com/GoogleChrome/push-notifications/blob/master/app/scripts/main.js).
decode this string into a Uint8Array](https://github.com/GoogleChrome/push-notifications/blob/master/app/scripts/main.js).

See `bin/vapid -h` for all options and commands.

## CHANGELOG

I'm terrible about updating the Changelog. Please see the [`git
log`](https://github.com/web-push-libs/vapid/pulls?q=is%3Apr+is%3Aclosed)
history for details.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

__version__ = "1.8.0"
__version__ = "1.8.1"


def read_from(file):
Expand Down Expand Up @@ -44,7 +44,7 @@ def read_from(file):
include_package_data=True,
zip_safe=False,
packages=find_packages(),
package_data={'': ['README.rst', 'CHANGELOG.rst',
package_data={'': ['README.rst',
'requirements.txt', 'test-requirements.txt']},
install_requires=read_from('requirements.txt'),
tests_require=read_from('test-requirements.txt'),
Expand Down

0 comments on commit 9ba0de7

Please sign in to comment.