From 3153097f85bfb6b0b0468c4b3dab7b5b1667b115 Mon Sep 17 00:00:00 2001 From: Fabian Winter <5821180+fdw@users.noreply.github.com> Date: Sat, 18 Jun 2022 12:07:20 +0200 Subject: [PATCH] =?UTF-8?q?Prepare=20release=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- src/rofi_rbw/rofi_rbw.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 750527e..2d6ecf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [UPCOMING] +# [1.0.0] ## Changed - Split up `--action` into `--action` and `--target` for better handling. - `--rofi-args` is now removed. Use `--selector-args` instead. diff --git a/src/rofi_rbw/rofi_rbw.py b/src/rofi_rbw/rofi_rbw.py index b476394..a2ad424 100755 --- a/src/rofi_rbw/rofi_rbw.py +++ b/src/rofi_rbw/rofi_rbw.py @@ -13,7 +13,7 @@ from .entry import Entry from .paths import * -__version__ = '1.0.0-RC1' +__version__ = '1.0.0' class RofiRbw(object):