Skip to content

Commit

Permalink
Update README and setup.py with new release information
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0r committed Sep 29, 2016
1 parent 8ff86e8 commit 9ef42e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ Use py2app on OS X and py2exe/pyinstaller on Windows. For reference setup.py fil

# Changelog

## 1.2.1
Released 29/09/2016

- `Fix` [Linux] Fix GTK window failing to open. Thanks to @lchish. #50


## 1.2
Released 27/09/2016
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
author_email="[email protected]",
description=("A cross-platform lightweight native wrapper around a web view component"),
url="http://github.com/r0x0r/pywebview",
download_url="https://github.com/r0x0r/pywebview/archive/1.2.tar.gz",
download_url="https://github.com/r0x0r/pywebview/archive/1.2.1.tar.gz",
keywords=["gui", "webkit", "html", "web"],
install_requires=install_requires,
version="1.2",
version="1.2.1",
packages=["webview",],
license="New BSD license",
classifiers=[
Expand Down

0 comments on commit 9ef42e4

Please sign in to comment.