diff mbox series

[2/2] Patchwork v2.1.0-rc2

Message ID 20180516134310.10703-2-stephen@that.guru
State Superseded
Headers show
Series [1/2] docs: Update release, contributing guides | expand

Commit Message

Stephen Finucane May 16, 2018, 1:43 p.m. UTC
Signed-off-by: Stephen Finucane <stephen@that.guru>
---
 patchwork/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel Axtens May 21, 2018, 2:39 p.m. UTC | #1
LGTM - Thanks Stephen!

Acked-by: Daniel Axtens <dja@axtens.net>

Regards,
Daniel


> Signed-off-by: Stephen Finucane <stephen@that.guru>
> ---
>  patchwork/__init__.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/patchwork/__init__.py b/patchwork/__init__.py
> index d145a4db..4f10b4c1 100644
> --- a/patchwork/__init__.py
> +++ b/patchwork/__init__.py
> @@ -19,7 +19,7 @@
>  
>  from patchwork.version import get_latest_version
>  
> -VERSION = (2, 1, 0, 'rc', 1)
> +VERSION = (2, 1, 0, 'rc', 2)
>  
>  __version__ = get_latest_version(VERSION)
>  
> -- 
> 2.17.0
Stephen Finucane May 21, 2018, 5:47 p.m. UTC | #2
On Tue, 2018-05-22 at 00:39 +1000, Daniel Axtens wrote:
> LGTM - Thanks Stephen!
> 
> Acked-by: Daniel Axtens <dja@axtens.net>
> 
> Regards,
> Daniel

Thanks. Merged all of the v2 of this series, which is mostly docs and
nearly identical to v1.

Stephen
diff mbox series

Patch

diff --git a/patchwork/__init__.py b/patchwork/__init__.py
index d145a4db..4f10b4c1 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -19,7 +19,7 @@ 
 
 from patchwork.version import get_latest_version
 
-VERSION = (2, 1, 0, 'rc', 1)
+VERSION = (2, 1, 0, 'rc', 2)
 
 __version__ = get_latest_version(VERSION)