Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit 13e6990

Browse files
committed
Prepare for v2.0.16 Release
1 parent 92d4415 commit 13e6990

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ This file describes all user-facing changes, by version.
22

33
# develop
44

5+
# v2.0.16
6+
57
* Change the Ubuntu build's package and application names to Pencil
68
Prototyping/pencil-prototyping(#781, #792, #764, #499).
79
* Change name to Pencil Prototyping for AMO(#749).

build/ArchLinux/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Pavan Rikhi <pavan.rikhi@gmail.com>
22
pkgname=pencil
3-
pkgver=2.0.15
3+
pkgver=2.0.16
44
pkgrel=1
55
pkgdesc="Sketching and GUI prototyping/wireframing tool"
66
arch=('any')
@@ -9,7 +9,7 @@ url="http://github.com/prikhi/pencil"
99
install='pencil.install'
1010

1111
source=("https://github.com/prikhi/pencil/releases/download/v$pkgver/Pencil-$pkgver-linux-pkg.tar.gz")
12-
sha256sums=('be338558b613f51506337a2c7c80f209e8644656c2925f41c294e2872feabc3b')
12+
sha256sums=('3a2ee87e4d6de053b5dc2439e93a3d16effe06f805a215a47ba525eefbc88d02')
1313
depends=('xulrunner')
1414
optdepends=('pencil-android-lollipop-stencils-git: Android UI'
1515
'pencil-material-icons-git: Material Design Icons')

build/properties.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
export NAME='Pencil Prototyping'
4-
export VERSION='2.0.15'
4+
export VERSION='2.0.16'
55
export BUILD=`date +%Y%m%d`
66
export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
77
export MAINTAINER='Pavan Rikhi <pavan.rikhi@gmail.com>'

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '2.0.15'
61+
version = '2.0.16'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.0.15'
63+
release = '2.0.16'
6464

6565
primary_domain = 'js'
6666

0 commit comments

Comments
 (0)