Skip to content

Commit fc6ba00

Browse files
committed
Update 1.4 release info
1 parent 1f7e1c2 commit fc6ba00

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

44
# Changelog
55

6+
## 1.4
7+
Released 14/01/2017
8+
- `New` [All] pip installation now supports choosing what dependencies to install. See README for more information. Thanks @josePhoenix
9+
- `New` [All] Localization support. Refer to `examples/localization.py` for an example use
10+
- `New` [Mac] QT5 support
11+
- `Fix` [Windows] File dialogs are now attached to the main window
12+
- `Fix` [Windows] Pyinstaller crash issue with an icon in Windows Forms
13+
14+
615
## 1.3
716
Released 31/10/2016
817
- `New` [Cocoa] Added View -> Fullscreen standard menu item. Thanks to @bastula.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
author_email="[email protected]",
2525
description=("A cross-platform lightweight native wrapper around a web view component"),
2626
url="http://github.com/r0x0r/pywebview",
27-
download_url="https://github.com/r0x0r/pywebview/archive/1.3.tar.gz",
27+
download_url="https://github.com/r0x0r/pywebview/archive/1.4.tar.gz",
2828
keywords=["gui", "webkit", "html", "web"],
2929
extras_require=extras_require,
30-
version="1.3",
30+
version="1.4",
3131
packages=["webview",],
3232
license="New BSD license",
3333
classifiers=[
@@ -44,6 +44,7 @@
4444
"Programming Language :: Python :: 3",
4545
"Programming Language :: Python :: 3.4",
4646
"Programming Language :: Python :: 3.5",
47+
"Programming Language :: Python :: 3.6",
4748
"Topic :: Software Development :: Libraries :: Application Frameworks",
4849
"Topic :: Software Development :: Libraries :: Python Modules",
4950
"Topic :: Software Development :: User Interfaces"

0 commit comments

Comments
 (0)