From a00be27bd19b8bed83b39c01e75ff5a06d449c15 Mon Sep 17 00:00:00 2001 From: Pavan Rikhi Date: Mon, 14 Mar 2016 14:27:41 -0400 Subject: [PATCH] Prepare for v2.0.18 Release --- CHANGELOG.md | 2 ++ build/ArchLinux/PKGBUILD | 4 ++-- build/properties.sh | 2 +- docs/source/conf.py | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddac824..6bb00c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file describes all user-facing changes, by version. # develop +# v2.0.18 + * Fix Build. # v2.0.17 diff --git a/build/ArchLinux/PKGBUILD b/build/ArchLinux/PKGBUILD index c6b42ff..54a54ab 100644 --- a/build/ArchLinux/PKGBUILD +++ b/build/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Pavan Rikhi pkgname=pencil -pkgver=2.0.17 +pkgver=2.0.18 pkgrel=1 pkgdesc="Sketching and GUI prototyping/wireframing tool" arch=('any') @@ -9,7 +9,7 @@ url="http://github.com/prikhi/pencil" install='pencil.install' source=("https://github.com/prikhi/pencil/releases/download/v$pkgver/Pencil-$pkgver-linux-pkg.tar.gz") -sha256sums=('99770d49a21296b75ed5bbcb84566af4dcb25eec4b9f950ee1f7f0cd7bd311cc') +sha256sums=('797a8ccfd0acc028032161b89176ca27a942b84f29f9398795c6a37d506680bf') depends=('xulrunner') optdepends=('pencil-android-lollipop-stencils-git: Android UI' 'pencil-material-icons-git: Material Design Icons') diff --git a/build/properties.sh b/build/properties.sh index 28c0e07..785e81e 100755 --- a/build/properties.sh +++ b/build/properties.sh @@ -1,7 +1,7 @@ #!/bin/sh export NAME='Pencil Prototyping' -export VERSION='2.0.17' +export VERSION='2.0.18' export BUILD=`date +%Y%m%d` export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors' export MAINTAINER='Pavan Rikhi ' diff --git a/docs/source/conf.py b/docs/source/conf.py index 633957c..c6c6d8d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '2.0.17' +version = '2.0.18' # The full version, including alpha/beta/rc tags. -release = '2.0.17' +release = '2.0.18' primary_domain = 'js'