Skip to content

Commit 9ba0de7

Browse files
authored
Merge pull request #93 from web-push-libs/release/1.8.1
chore: tag 1.8.1
2 parents 871d67d + bab123b commit 9ba0de7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

python/CHANGELOG.md

Whitespace-only changes.

python/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,12 @@ for more details. Be aware that this value is tied to the generated
8585
public/private key. If you remove or generate a new key, any
8686
restricted URL you've previously generated will need to be
8787
reallocated. Please note that some User Agents may require you [to
88-
decode this string into a Uint8Array](https://github.com/GoogleChrome/push-notifications/blob/master/app/scripts/main.js).
88+
decode this string into a Uint8Array](https://github.com/GoogleChrome/push-notifications/blob/master/app/scripts/main.js).
8989

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

92+
## CHANGELOG
9293

94+
I'm terrible about updating the Changelog. Please see the [`git
95+
log`](https://github.com/web-push-libs/vapid/pulls?q=is%3Apr+is%3Aclosed)
96+
history for details.

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
__version__ = "1.8.0"
6+
__version__ = "1.8.1"
77

88

99
def read_from(file):
@@ -44,7 +44,7 @@ def read_from(file):
4444
include_package_data=True,
4545
zip_safe=False,
4646
packages=find_packages(),
47-
package_data={'': ['README.rst', 'CHANGELOG.rst',
47+
package_data={'': ['README.rst',
4848
'requirements.txt', 'test-requirements.txt']},
4949
install_requires=read_from('requirements.txt'),
5050
tests_require=read_from('test-requirements.txt'),

0 commit comments

Comments
 (0)