From 871f06dcc5cef22afc5310d6346c629693ad5e10 Mon Sep 17 00:00:00 2001 From: Pavan Rikhi Date: Mon, 14 Mar 2016 11:24:45 -0400 Subject: [PATCH] Prepare for v2.0.17 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 3d03b76..7ea6faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file describes all user-facing changes, by version. # develop +# v2.0.17 + * Add Support for Palemoon v25 & v26(#743). * Modify Ubuntu package to allow installation by all architectures(#794). * Add Spanish Translation(#803). diff --git a/build/ArchLinux/PKGBUILD b/build/ArchLinux/PKGBUILD index 01aae36..c6b42ff 100644 --- a/build/ArchLinux/PKGBUILD +++ b/build/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Pavan Rikhi pkgname=pencil -pkgver=2.0.16 +pkgver=2.0.17 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=('3a2ee87e4d6de053b5dc2439e93a3d16effe06f805a215a47ba525eefbc88d02') +sha256sums=('99770d49a21296b75ed5bbcb84566af4dcb25eec4b9f950ee1f7f0cd7bd311cc') 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 2435ae0..28c0e07 100755 --- a/build/properties.sh +++ b/build/properties.sh @@ -1,7 +1,7 @@ #!/bin/sh export NAME='Pencil Prototyping' -export VERSION='2.0.16' +export VERSION='2.0.17' 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 97eb5e6..633957c 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.16' +version = '2.0.17' # The full version, including alpha/beta/rc tags. -release = '2.0.16' +release = '2.0.17' primary_domain = 'js'