Skip to content

Commit

Permalink
New bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierberten committed Aug 20, 2010
1 parent 16bbce8 commit 0b26278
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
swatchbooker (0.7.3-0ppa1) lucid; urgency=low

* LP:#609430
* LP:#609405
* LP:#609404
* LP:#609079
* LP:#609075

-- Olivier Berten (selapa.net) <olivier.berten@gmail.com> Fri, 20 Aug 2010 13:37:41 +0200

swatchbooker (0.7.2-0ppa1) lucid; urgency=low

* Windows installer
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run(self):
}

setup(name='SwatchBooker',
version='0.7.2',
version='0.7.3',
description='Swatch edition and conversion utilities',
long_description='SwatchBooker is a swatch book editor and convertor. It includes SwatchBooker Batch Convertor.\n\nThis package provides the `swatchbook` python package.\n\nMore informations at http://www.selapa.net/swatchbooker/',
author='Olivier Berten',
Expand Down
2 changes: 1 addition & 1 deletion src/sbcommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import swatchbook.codecs as codecs
import swatchbook.websvc as websvc

VERSION = "0.7.2"
VERSION = "0.7.3"

def translate_sb(app,settings,main_globals):
locale = settings.value("Language").toString() or QLocale.system().name()
Expand Down
2 changes: 1 addition & 1 deletion src/swatchbook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from datetime import *
from color import *

__version__ = "0.7"
VERSION = "0.7.3"

# from http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py
class SortedDict(dict):
Expand Down

0 comments on commit 0b26278

Please sign in to comment.