diff mbox series

[2/2] Patchwork v2.1.0-rc1

Message ID 20180405170301.17172-3-dja@axtens.net
State Changes Requested
Headers show
Series Patchwork 2.1.0-rc1: Extra Special OzLabs Edition | expand

Commit Message

Daniel Axtens April 5, 2018, 5:03 p.m. UTC
Signed-off-by: Daniel Axtens <dja@axtens.net>
---
 patchwork/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane April 11, 2018, 4:36 p.m. UTC | #1
On Fri, 2018-04-06 at 03:03 +1000, Daniel Axtens wrote:
> Signed-off-by: Daniel Axtens <dja@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)
>
diff mbox series

Patch

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)