Skip to content

Commit c54a287

Browse files
committed
build(alagitpull): Release v0.0.24
1 parent 438c8af commit c54a287

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog
33
=========
44

5+
v0.0.24 (2020-08-04)
6+
====================
7+
- New options (unused for now, to pass through to git-pull project
8+
templates)
9+
10+
- ``project_url`` (string) absolute URL for meta tags (e.g. favicons, icons)
11+
- ``show_meta_manifest_tag`` (boolean, default False)
12+
- ``show_meta_og_tags`` (boolean, default False)
13+
- ``show_meta_app_icon_tags`` (boolean, default False)
14+
515
v0.0.23 (2019-05-18)
616
====================
717
- Fix paths

alagitpull/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (0, 0, 23)
2-
__version__ = '.'.join(map(str, __version_info__))
1+
__version_info__ = (0, 0, 24)
2+
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)