Skip to content

Commit

Permalink
🔀 Merge pull request #19 from davep/v0.1.0
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
davep authored Jan 3, 2025
2 parents 8354337 + 8315496 commit 0963ddc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file modified .images/braindrop-help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .images/braindrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .images/raindrop-token-entry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Braindrop ChangeLog

## Unreleased
## v0.1.0

**Released: WiP**
**Released: 2025-01-03**

- Added the ability to add a raindrop.
- Added the ability to edit a raindrop.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "braindrop"
version = "0.0.2"
version = "0.1.0"
description = "A terminal-based client for raindrop.io."
authors = [
{ name = "Dave Pearson", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion src/braindrop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##############################################################################
# Main app information.
__author__ = "Dave Pearson"
__copyright__ = "Copyright 2024, Dave Pearson"
__copyright__ = "Copyright 2024-2025, Dave Pearson"
__credits__ = ["Dave Pearson"]
__maintainer__ = "Dave Pearson"
__email__ = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/braindrop/app/screens/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
## Licence
Braindrop - A client for the Raindrop bookmarking service.[EOL]
Copyright (C) 2024 Dave Pearson
Copyright (C) 2024-2025 Dave Pearson
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Expand Down

0 comments on commit 0963ddc

Please sign in to comment.