Skip to content

Commit 9ef42e4

Browse files
committed
Update README and setup.py with new release information
1 parent 8ff86e8 commit 9ef42e4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ Use py2app on OS X and py2exe/pyinstaller on Windows. For reference setup.py fil
9393

9494
# Changelog
9595

96+
## 1.2.1
97+
Released 29/09/2016
98+
99+
- `Fix` [Linux] Fix GTK window failing to open. Thanks to @lchish. #50
100+
96101

97102
## 1.2
98103
Released 27/09/2016

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
author_email="[email protected]",
1717
description=("A cross-platform lightweight native wrapper around a web view component"),
1818
url="http://github.com/r0x0r/pywebview",
19-
download_url="https://github.com/r0x0r/pywebview/archive/1.2.tar.gz",
19+
download_url="https://github.com/r0x0r/pywebview/archive/1.2.1.tar.gz",
2020
keywords=["gui", "webkit", "html", "web"],
2121
install_requires=install_requires,
22-
version="1.2",
22+
version="1.2.1",
2323
packages=["webview",],
2424
license="New BSD license",
2525
classifiers=[

0 commit comments

Comments
 (0)