Skip to content

Commit

Permalink
Call this v1.5.0.19116
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarni R. Einarsson committed Nov 26, 2019
1 parent 7c06807 commit 5781361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Version history - highlights
============================

v1.1.0.??????
v1.5.0.191126
-------------
- FIRST RELEASE which supports Python 3; default is still 2.7 though.
- Bump versions: New Dev Is Happening! Also, breaking compatibility...
- Dropped protocols: finger, httpfinger, minecraft
- Dropped support: Python 2.6 and below probably no longer work.
- Fix a few minor buglets
- Added experimental support for relay connections over websockets
- Debian: improve .deb config samples
Expand Down
2 changes: 1 addition & 1 deletion pagekite/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import time

PROTOVER = '0.8'
APPVER = '1.0.0.190600+github'
APPVER = '1.5.0.191126'
AUTHOR = 'Bjarni Runar Einarsson, http://bre.klaki.net/'
WWWHOME = 'https://pagekite.net/'
LICENSE_URL = 'http://www.gnu.org/licenses/agpl.html'
Expand Down

0 comments on commit 5781361

Please sign in to comment.