Skip to content

Commit 5768d4a

Browse files
committed
[UPDATE] bump versions and refresh docs
1 parent 7fbd34a commit 5768d4a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Arnaud Gissinger <[email protected]>
22
pkgname=rofi-notion
3-
pkgver=2.0.4
3+
pkgver=2.1.0
44
pkgrel=3
55
pkgdesc="Quickly create new Notion pages for your databases with rofi as GUI."
66
arch=('any')

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,16 @@ bindsym $mod+Insert exec rofi-notion run $YOUR_DB_NAME
7070

7171
Default config destination is `$XDG_CONFIG_HOME/rofi-notion` or `$HOME/.config/rofi-notion` if `$XDG_CONFIG_HOME` is not set.
7272

73-
## Deployment
73+
## Development
7474

75-
Do not forget to bump versions in `setup.py` and `PKGBUILD`.
75+
Use this command to run the CLI locally.
76+
```bash
77+
python3 stub.py
78+
```
79+
80+
## Publish
81+
82+
Do not forget to bump versions in `pyproject.toml` and `PKGBUILD`.
7683

7784
### PyPi
7885

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools >= 56"]
33

44
[project]
55
name = "rofi-notion"
6-
version = "2.0.4"
6+
version = "2.1.0"
77
authors = [
88
{name = "Arnaud Gissinger", email = "[email protected]"},
99
]

0 commit comments

Comments
 (0)