Skip to content

Commit

Permalink
Bump version 1.5.0
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.0.3
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
ari3s committed Dec 4, 2023
1 parent 1ffee59 commit 2fdffff
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
The script can be installed on Fedora systems using `dnf` from the package stored in this project:

```
sudo dnf install synct-1.4.0-1.fc39.noarch.rpm
sudo dnf install synct-1.5.0-1.fc39.noarch.rpm
```

The script can also be installed from Fedora COPR using these commands:
Expand Down Expand Up @@ -39,7 +39,7 @@ python3-pyyaml
The script can be installed on Linux or MacOS systems using `pip`:

```
python -m pip install synct-1.4.0.tar.gz
python -m pip install synct-1.5.0.tar.gz
```

The following dependencies will be installed from PyPI by the above command:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.5.0
Binary file removed synct-1.4.0-1.fc39.noarch.rpm
Binary file not shown.
Binary file removed synct-1.4.0.tar.gz
Binary file not shown.
Binary file added synct-1.5.0-1.fc39.noarch.rpm
Binary file not shown.
Binary file added synct-1.5.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion synct.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: synct
Version: 1.4.0
Version: 1.5.0
Release: %autorelease
Summary: Get data to Google sheets

Expand Down
2 changes: 1 addition & 1 deletion synct/synct.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from synct.tsheet import update_target_row_data

PROG = 'synct'
VERSION = "1.4.0" # Keep quotation marks here
VERSION = "1.5.0" # Keep quotation marks here
DESCRIPTION = 'Retrieve data from a source and convert it to either '\
'Google or Excel spreadsheet as defined in the configuration file.'
EPILOG = 'More details at https://github.com/ari3s/synct'
Expand Down

0 comments on commit 2fdffff

Please sign in to comment.