Skip to content

Commit

Permalink
updated readme, changelog, for dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfink committed Jan 8, 2024
1 parent a3500d4 commit 2e3d71e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- **0.2.1.dev0** (2024-01-08):
- migrate to Digital Geography Lab’s GitHub

- **0.2.0** (2023-02-13):
- server-side cursors for catching up missed data records

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ The script is written in Python 3 and depends on the Python modules [blessed](ht

### Installation

- Download the latest [release](https://gitlab.com/christoph.fink/flickrhistory/-/releases), and use `pip` to install *flickrhistory* and its dependencies:

```shell
pip3 install flickrhistory-0.0.0.tar.gz
pip install flickrhistory
```

### Configuration

Copy the example configuration file [flickrhistory.yml.example](https://gitlab.com/christoph.fink/flickrhistory/-/raw/master/flickrhistory.yml.example) to a suitable location, depending on your operating system:
Copy the example configuration file [flickrhistory.yml.example](flickrhistory.yml.example) to a suitable location, depending on your operating system:

- on Linux systems:
- system-wide configuration: `/etc/flickrhistory.yml`
Expand Down
2 changes: 1 addition & 1 deletion flickrhistory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
except ImportError:
pass

__version__ = "0.2.0"
__version__ = "0.2.1.dev0"

0 comments on commit 2e3d71e

Please sign in to comment.