Skip to content

Commit 785ec03

Browse files
author
Roman Sirokov
committed
3.3.5 info
1 parent d4b72b9 commit 785ec03

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.3.5
4+
5+
_Released 26/09/2020_
6+
7+
- `Fix` [EdgeHTML] Server middleware handling
8+
- `Fix` [EdgeHTML] file:// url handling
9+
310
## 3.3.4
411

512
_Released 18/09/2020_

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ actionLink: /guide/
77
footer: BSD Licensed | Copyright © 2014-present Roman Sirokov
88
---
99
<div class='center version'>
10-
Current version: <strong>3.3.4</strong><br/>
10+
Current version: <strong>3.3.5</strong><br/>
1111
<a href='/changelog'>What's new</a>
1212
</div>
1313

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
long_description=long_description,
2828
long_description_content_type='text/markdown',
2929
url='https://github.com/r0x0r/pywebview',
30-
download_url='https://github.com/r0x0r/pywebview/archive/3.3.4.tar.gz',
30+
download_url='https://github.com/r0x0r/pywebview/archive/3.3.5.tar.gz',
3131
keywords=['gui', 'webkit', 'html', 'web'],
3232
install_requires=install_requires,
3333
extras_require=extras_require,
34-
version='3.3.4',
34+
version='3.3.5',
3535
include_package_data=True,
3636
packages=['webview', 'webview.js', 'webview.platforms'],
3737
package_dir={'webview': 'webview'},

0 commit comments

Comments
 (0)