Skip to content

Commit

Permalink
Prepare release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
fdw committed Jun 18, 2022
1 parent 4eb8b02 commit 3153097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/rofi_rbw/rofi_rbw.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .entry import Entry
from .paths import *

__version__ = '1.0.0-RC1'
__version__ = '1.0.0'


class RofiRbw(object):
Expand Down

0 comments on commit 3153097

Please sign in to comment.