From 5a206bbad7a64ed20bf52b97455d8994e1b8dff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 18 Jan 2017 17:32:48 +0100 Subject: [PATCH] mark upstream as 1.0 (I actually didn't find any version number) --- xstatic/pkg/opensans/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/opensans/__init__.py b/xstatic/pkg/opensans/__init__.py index 394a34b..3531686 100644 --- a/xstatic/pkg/opensans/__init__.py +++ b/xstatic/pkg/opensans/__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 = '0.0' # version of the packaged files, please use the upstream +VERSION = '1.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.