Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
masonasons committed Nov 16, 2021
1 parent 66436f9 commit c2dc7a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
shortname="quinter"
name = "Quinter"
version = "0.69"
version = "0.70"
author = "Quin and Melody"
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
nuitka --windows-company-name=Mellaquin --windows-product-name=Quinter --windows-file-version=0.69 --windows-product-version=0.69 --windows-file-description=Quinter --standalone --python-flag=no_site --include-data-file=keymap.keymap=keymap.keymap --windows-disable-console --output-dir=c:\tempbuild --remove-output quinter.pyw
nuitka --windows-company-name=Mellaquin --windows-product-name=Quinter --windows-file-version=0.70 --windows-product-version=0.70 --windows-file-description=Quinter --standalone --python-flag=no_site --include-data-file=keymap.keymap=keymap.keymap --windows-disable-console --output-dir=c:\tempbuild --remove-output quinter.pyw
4 changes: 4 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.70
Adds posting of polls.
Fixes reply settings.

0.69
Fixes searches.

Expand Down

0 comments on commit c2dc7a4

Please sign in to comment.