Skip to content

Commit 02ce7f5

Browse files
committed
Prepare next release
1 parent 0490a90 commit 02ce7f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [NEXT]
1+
# [0.5.0]
22
## Added
33
- Added an autotype menu that can works with all defined fields. (#17)
44
-

src/rofi_rbw/rofi_rbw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from entry import Entry
2323
from paths import *
2424

25-
__version__ = '0.4.1'
25+
__version__ = '0.5.0'
2626

2727

2828
class RofiRbw(object):

0 commit comments

Comments
 (0)