Skip to content

Commit 730a9b7

Browse files
committed
Bump version
1 parent c0d7707 commit 730a9b7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ It will take all of your photos from those tiny folders, set their `exif` and `l
1515
# BIG DISCLAIMER - GOOGLE RECENTLY CHANGED FOLDER STRUCTURE
1616

1717
- If you have new "year folders" (that is, few folders named like "Photos from 2012") (+albums) - use the newest
18-
version `2.0.0rc1`
19-
- `pip install -U google-photos-takeout-helper==2.0.0rc1`
18+
version
19+
- `pip install -U google-photos-takeout-helper`
2020
- If you have old "date folders" (that is, ton of folders named like "2012-06-23") - use version `1.2.0`
2121
- `pip install -U google-photos-takeout-helper==1.2.0`
2222

@@ -70,8 +70,11 @@ If you have issues/questions, you can hit me up either by [Reddit](https://www.r
7070
</p>
7171
</details>
7272

73-
#### ...unless you move them around your Android phone.
74-
Beware, that (99% of the times), if you move some files in Android, their creation and modification time is reseted to current.
73+
### If I helped you, you can consider donating me: [https://www.paypal.me/TheLastGimbus](https://www.paypal.me/TheLastGimbus)
74+
Thanks :sparkling_heart:
75+
76+
##### But, be aware if you move your photos on you Android phone...
77+
Beware, that (99% of the times), if you move some files in Android, their creation and modification time is re-seted to current.
7578

7679
"Simple Gallery" app usually keeps original file creation time when moving and coping (but I don't guarantee it). It's also pretty cool and you can check it out:
7780

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="google-photos-takeout-helper",
10-
version="2.0.0rc1",
10+
version="2.0.0",
1111
description="Script that organizes the Google Photos Takeout archive into one big chronological folder",
1212
long_description=README,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)