From 954d8de690cf4103a7517f7c9dab4e1107750d4c Mon Sep 17 00:00:00 2001 From: LiKai Date: Sun, 15 Feb 2015 08:21:03 +0800 Subject: Version 4.3.0 Change-Id: I6f0a88742137af374f9058fabd96cd85a00f6eb4 --- xstatic/pkg/font_awesome/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xstatic/pkg/font_awesome/__init__.py') diff --git a/xstatic/pkg/font_awesome/__init__.py b/xstatic/pkg/font_awesome/__init__.py index af20b4b..f8742ee 100644 --- a/xstatic/pkg/font_awesome/__init__.py +++ b/xstatic/pkg/font_awesome/__init__.py @@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') # please use a all-lowercase valid python # package name -VERSION = '4.2.0' # version of the packaged files, please use the upstream +VERSION = '4.3.0' # version of the packaged files, please use the upstream # version number BUILD = '0' # our package build number, so we can release new builds # with fixes for xstatic stuff. -- cgit v1.2.1