Skip to content

Commit 92d1b6e

Browse files
committed
start changelog at 1.0-rc2
1 parent f75974b commit 92d1b6e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.0-rc2:
2+
- moved argument handling to click
3+
- `qbpm launch`'s -n/--new renamed to -c/--create

contrib/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Peter Rice <{first name}@peterrice.xyz>
22

33
pkgname=qbpm-git
4-
pkgver=0.3.r16.g7899e67
4+
pkgver=1.0-rc2.r1
55
pkgrel=1
66
pkgdesc="A profile manager for qutebrowser"
77
url="https://github.com/pvsr/qbpm"

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with pythonPackages;
77
buildPythonPackage rec {
88
pname = "qbpm";
9-
version = "0.6";
9+
version = "1.0-rc2";
1010
src = ./.;
1111
doCheck = true;
1212
nativeBuildInputs = [pkgs.scdoc];

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="qbpm",
5-
version="0.6",
5+
version="1.0-rc2",
66
url="https://github.com/pvsr/qbpm",
77
packages=find_packages(),
88
entry_points={"console_scripts": ["qbpm = qbpm.main:main"]},

0 commit comments

Comments
 (0)