Skip to content

Commit 7f262c2

Browse files
committed
3.6.3 info
1 parent f3ff860 commit 7f262c2

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.6.3
4+
5+
_Released 05/04/2022_
6+
### 🐞 Bug fixes
7+
8+
- [Winforms] Support for Edge Chromium v100. Thanks @greper.
9+
310
## 3.6.2
411

512
_Released 05/03/2022_

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.6.2</strong><br/>
10+
Current version: <strong>3.6.3</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
@@ -30,11 +30,11 @@
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',
3232
url='https://github.com/r0x0r/pywebview',
33-
download_url='https://github.com/r0x0r/pywebview/archive/3.6.2.tar.gz',
33+
download_url='https://github.com/r0x0r/pywebview/archive/3.6.3.tar.gz',
3434
keywords=['gui', 'webkit', 'html', 'web'],
3535
install_requires=install_requires,
3636
extras_require=extras_require,
37-
version='3.6.2',
37+
version='3.6.3',
3838
include_package_data=True,
3939
packages=['webview', 'webview.js', 'webview.platforms'],
4040
package_dir={'webview': 'webview'},

0 commit comments

Comments
 (0)