[PATCH 2/2] Patchwork v2.1.0-rc1

Stephen Finucane stephen at that.guru
Thu Apr 12 02:36:39 AEST 2018


On Fri, 2018-04-06 at 03:03 +1000, Daniel Axtens wrote:
> Signed-off-by: Daniel Axtens <dja at axtens.net>

I'd squash the doc/conf.py change (just that one) from the previous
patch into this, personally. That way we've bumped every version at
once. Alternatively you could fix the docs to read version from the
below file. Come to think of it, that's a much better idea. I'll do
that right now...

Stephen

> ---
>  patchwork/__init__.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/patchwork/__init__.py b/patchwork/__init__.py
> index 98e9b21d066f..d145a4dbce67 100644
> --- a/patchwork/__init__.py
> +++ b/patchwork/__init__.py
> @@ -19,7 +19,7 @@
>  
>  from patchwork.version import get_latest_version
>  
> -VERSION = (2, 1, 0, 'alpha', 0)
> +VERSION = (2, 1, 0, 'rc', 1)
>  
>  __version__ = get_latest_version(VERSION)
>  



More information about the Patchwork mailing list