Skip to content

Commit

Permalink
Release Variety 0.7.1
Browse files Browse the repository at this point in the history
Closes #91.
Closes #94.
  • Loading branch information
jlu5 committed Oct 23, 2018
1 parent 311953b commit 944aa6d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
3 changes: 3 additions & 0 deletions data/ui/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.7.1
Fix remaining bugs from the Python 3 port: errors when saving favorite quotes and generating pencil_tile.png

0.7.0
New translation: Turkish
Fix possible download issues when upgrading from older Variety versions and having safe mode enabled
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
variety (0.7.1) bionic; urgency=medium

* Fix remaining bugs from the Python 3 port: errors when saving favorite
quotes and generating pencil_tile.png

-- James Lu <james@overdrivenetworks.com> Tue, 23 Oct 2018 08:49:01 -0700

variety (0.7.0) bionic; urgency=medium

* New translation: Turkish
Expand Down
18 changes: 9 additions & 9 deletions variety_lib/varietyconfig.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
### BEGIN LICENSE
# Copyright (c) 2012, Peter Levi <peterlevi@peterlevi.com>
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
### END LICENSE

Expand All @@ -29,7 +29,7 @@
# files). By default, this is ../data, relative your trunk layout
__variety_data_directory__ = '../data'
__license__ = 'GPL-3'
__version__ = '0.7.0'
__version__ = '0.7.1'

import os

Expand Down

0 comments on commit 944aa6d

Please sign in to comment.