Skip to content

Commit b86799b

Browse files
authored
Merge pull request #5 from jaynewey/octicons-v10.1.0
Octicons v10.1.0, django-octicons v1.2.0
2 parents 8f036c7 + c70a17b commit b86799b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<img width="800" src="https://user-images.githubusercontent.com/4608155/74476584-77155300-4e5e-11ea-88c6-6c9f64cf0f05.png" alt="Octicons cover" />
1010
</p>
1111

12-
> Django templatetags for [GitHub Octicons](https://primer.style/octicons) v10.0.0.
12+
> Django templatetags for [GitHub Octicons](https://primer.style/octicons) v10.1.0.
1313
1414
This library aims to provide a similar interface to the official JavaScript and Ruby octicon libraries provided by GitHub, but as Django templatetags.
1515

octicons_v10/templatetags/octicons.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
name="django-octicons-v10",
88
packages=find_packages(exclude=("tests",)),
99
package_data={"octicons_v10": ["templatetags/octicons.json"]},
10-
version="1.1.1",
10+
version="1.2.0",
1111
license="MIT",
12-
description="Django templatetags for GitHub Octicons v10.0.0.",
12+
description="Django templatetags for GitHub Octicons v10.1.0.",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
author='Jay Newey',
1616
author_email="[email protected]",
1717
url="https://github.com/jaynewey/django-octicons-v10",
18-
download_url="https://github.com/jaynewey/django-octicons-v10/archive/v1.1.1.tar.gz",
18+
download_url="https://github.com/jaynewey/django-octicons-v10/archive/v1.2.0.tar.gz",
1919
keywords=["octicons", "django", "templatetags"],
2020
install_requires=[
2121
"Django>=2.0.0,<3.0.0",

0 commit comments

Comments
 (0)