Skip to content

Commit

Permalink
4.0.1 info
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Jan 19, 2023
1 parent 9ce7799 commit 2972d14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.1

_Released 19/01/2023_

### 🚀 Improvements
- [All] Suppress HTTP server logging if not in debug mode.

### 🐞 Bug fixes
- [All] Fix HTTP server starting twice with a single window. Thanks @robb-brown.


## 4.0

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ actionLink: /guide/
footer: BSD Licensed | Copyright © 2014–present Roman Sirokov
---
<div class='center version'>
Current version: <strong>4.0</strong><br/>
Current version: <strong>4.0.1</strong><br/>
<a href='/changelog'>What's new</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/r0x0r/pywebview',
download_url='https://github.com/r0x0r/pywebview/archive/4.0.tar.gz',
download_url='https://github.com/r0x0r/pywebview/archive/4.0.1.tar.gz',
keywords=['gui', 'webkit', 'html', 'web'],
install_requires=install_requires,
extras_require=extras_require,
version='4.0',
version='4.0.1',
include_package_data=True,
packages=['webview', 'webview.js', 'webview.platforms'],
package_dir={'webview': 'webview'},
Expand Down

0 comments on commit 2972d14

Please sign in to comment.