From 32eecfeb243346f2ae5c3b2bff038e1d14bbaeb1 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Tue, 21 Apr 2020 00:25:15 +0300 Subject: [PATCH] Fix version number Patch Ie81b61e2f61678892ed8c81a8ae018ad42da9cff didn't change version number in metadata and project description. Change-Id: Icbb448a3dbcaf6ad4578133c7e2381474c9e0e77 --- setup.cfg | 2 +- xstatic/pkg/graphlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 53dc8a2..11cd83c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = XStatic-Graphlib -description = Graphlib 1.0.7 (XStatic packaging standard) +description = Graphlib 2.1.7 (XStatic packaging standard) description-file = README.rst maintainer = Michal Arbet maintainer-email = michal.arbet@ultimum.io diff --git a/xstatic/pkg/graphlib/__init__.py b/xstatic/pkg/graphlib/__init__.py index c164966..e182c91 100644 --- a/xstatic/pkg/graphlib/__init__.py +++ b/xstatic/pkg/graphlib/__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 = '1.0.7' # version of the packaged files, please use the upstream +VERSION = '2.1.7' # 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.