File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,12 @@ for more details. Be aware that this value is tied to the generated
8585public/private key. If you remove or generate a new key, any
8686restricted URL you've previously generated will need to be
8787reallocated. 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
9090See ` 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.
Original file line number Diff line number Diff line change 33
44from setuptools import setup , find_packages
55
6- __version__ = "1.8.0 "
6+ __version__ = "1.8.1 "
77
88
99def 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' ),
You can’t perform that action at this time.
0 commit comments