Skip to content

Commit 433b3b1

Browse files
committed
Version 8.1.1
Signed-off-by: Chris Warrick <[email protected]>
1 parent 4fb667f commit 433b3b1

23 files changed

+307
-94
lines changed

Diff for: CHANGES.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
New in master
1+
New in v8.1.1
22
=============
33

4-
Features
5-
--------
6-
74
Bugfixes
85
--------
96

Diff for: docs/extending.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.1.0
9+
:Version: 8.1.1
1010
:Author: Roberto Alsina <[email protected]>
1111

1212
.. class:: alert alert-primary float-md-right

Diff for: docs/man/nikola.1.gz

2 Bytes
Binary file not shown.

Diff for: docs/man/nikola.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nikola
66
A Static Site and Blog Generator
77
--------------------------------
88

9-
:Version: Nikola 8.1.0
9+
:Version: Nikola 8.1.1
1010
:Manual section: 1
1111
:Manual group: User Commands
1212

Diff for: docs/manual.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.. has_math: true
88
.. author: The Nikola Team
99
10-
:Version: 8.1.0
10+
:Version: 8.1.1
1111

1212
.. class:: alert alert-primary float-md-right
1313

Diff for: docs/social_buttons.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.1.0
9+
:Version: 8.1.1
1010

1111
.. class:: alert alert-primary float-md-right
1212

Diff for: docs/sphinx/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '8.1.0'
54+
version = '8.1.1'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '8.1.0'
56+
release = '8.1.1'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

Diff for: docs/support.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. description: Get help using Nikola, or contact us.
55
.. author: The Nikola Team
66
7-
:Version: 8.1.0
7+
:Version: 8.1.1
88

99
.. class:: alert alert-primary float-md-right
1010

Diff for: docs/template-variables.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. date: 2017-04-13 12:00:00
44
.. author: The Nikola Team
55
6-
:Version: 8.1.0
6+
:Version: 8.1.1
77
:Author: Chris Warrick <[email protected]>
88

99
Variables available in templates are listed below.

Diff for: docs/theming.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.. description:
77
.. author: The Nikola Team
88
9-
:Version: 8.1.0
9+
:Version: 8.1.1
1010
:Author: Roberto Alsina <[email protected]>
1111

1212
.. class:: alert alert-primary float-md-right

Diff for: nikola/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import os
3030
import sys
3131

32-
__version__ = '8.1.0'
32+
__version__ = '8.1.1'
3333
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))
3434
SHOW_TRACEBACKS = bool(os.getenv('NIKOLA_SHOW_TRACEBACKS'))
3535

Diff for: nikola/data/themes/base/messages/messages_hi.py

+21-21
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,48 @@
22
"""Autogenerated file, do not edit. Submit translations on Transifex."""
33

44
MESSAGES = {
5-
"%d min remaining to read": "पढ़ने में %d मिनट बाकी",
5+
"%d min remaining to read": "पढ़ने के लिए %d मिनट शेष",
66
"(active)": "(सक्रिय)",
77
"Also available in:": "उपलब्ध भाषाएँ:",
8-
"Archive": "आर्काइव",
9-
"Atom feed": "Atom फीड",
8+
"Archive": "संग्रह",
9+
"Atom feed": "एटम फीड",
1010
"Authors": "लेखक",
1111
"Categories": "श्रेणियाँ",
1212
"Comments": "टिप्पणियाँ",
1313
"LANGUAGE": "हिन्दी",
1414
"Languages:": "भाषाएँ:",
15-
"More posts about %s": "%s के बारे में अौर पोस्टें",
16-
"Newer posts": "नई पोस्टें",
15+
"More posts about %s": "%s के बारे में और पोस्ट",
16+
"Newer posts": "नई पोस्ट",
1717
"Next post": "अगला पोस्ट",
1818
"Next": "अगला",
19-
"No posts found.": "कोई पोस्ट नहीं मिल सकी",
20-
"Nothing found.": "कुछ नहीं मिल सका",
21-
"Older posts": "पुरानी पोस्टें",
22-
"Original site": "असली साइट",
19+
"No posts found.": "कोई पोस्ट नहीं मिला",
20+
"Nothing found.": "कुछ नहीं मिला",
21+
"Older posts": "पुरानी पोस्ट",
22+
"Original site": "मूल साइट",
2323
"Posted:": "पोस्टेड:",
24-
"Posts about %s": "%s के बारे में पोस्टें",
25-
"Posts by %s": "%s की पोस्टें",
26-
"Posts for year %s": "साल %s की पोस्टें",
27-
"Posts for {month_day_year}": "{month_day_year} की पोस्टें",
28-
"Posts for {month_year}": "{month_year} की पोस्टें",
24+
"Posts about %s": "%s के बारे में पोस्ट",
25+
"Posts by %s": "%s द्वारा पोस्ट",
26+
"Posts for year %s": "वर्ष %s के पोस्ट",
27+
"Posts for {month_day_year}": "{month_day_year} के पोस्ट",
28+
"Posts for {month_year}": "{month_year} के पोस्ट",
2929
"Previous post": "पिछली पोस्ट",
3030
"Previous": "पिछला",
31-
"Publication date": "प्रकाशन की तारीख",
31+
"Publication date": "प्रकाशन तिथि",
3232
"RSS feed": "आर एस एस फ़ीड",
3333
"Read in English": "हिन्दी में पढ़िए",
3434
"Read more": "और पढ़िए",
35-
"Skip to main content": "मुख्य सामग्री पर जाएँ",
36-
"Source": "सोर्स",
35+
"Skip to main content": "मुख्य विषयवस्तु में जाएं",
36+
"Source": "स्रोत",
3737
"Subcategories:": "उपश्रेणी",
3838
"Tags and Categories": "टैग्स और श्रेणियाँ",
3939
"Tags": "टैग्स",
4040
"Toggle navigation": "टॉगल नेविगेशन",
41-
"Uncategorized": "बिना श्रेणी",
41+
"Uncategorized": "अवर्गीकृत",
4242
"Up": "ऊपर",
4343
"Updates": "अपडेट्स",
44-
"Write your page here.": "अपना पेज यहाँ लिखिए",
45-
"Write your post here.": "अपनी पोस्ट यहाँ लिखिए",
44+
"Write your page here.": "अपना पेज यहाँ लिखें",
45+
"Write your post here.": "अपनी पोस्ट यहाँ लिखें",
4646
"old posts, page %d": "पुराने पोस्ट, पृष्‍ठ %d",
4747
"page %d": "पृष्‍ठ %d",
48-
"updated": "अपडेटेड",
48+
"updated": "संशोधित",
4949
}

Diff for: nikola/data/themes/base/messages/messages_id.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"Write your post here.": "Tulis tulisan Anda disini.",
4646
"old posts, page %d": "tulisan lama, halaman %d",
4747
"page %d": "halaman %d",
48-
"updated": "",
48+
"updated": "diperbarui",
4949
}

Diff for: nikola/data/themes/base/messages/messages_mr.py

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# -*- encoding:utf-8 -*-
2+
"""Autogenerated file, do not edit. Submit translations on Transifex."""
3+
4+
MESSAGES = {
5+
"%d min remaining to read": "",
6+
"(active)": "",
7+
"Also available in:": "",
8+
"Archive": "",
9+
"Atom feed": "",
10+
"Authors": "",
11+
"Categories": "",
12+
"Comments": "",
13+
"LANGUAGE": "",
14+
"Languages:": "",
15+
"More posts about %s": "",
16+
"Newer posts": "",
17+
"Next post": "",
18+
"Next": "",
19+
"No posts found.": "",
20+
"Nothing found.": "",
21+
"Older posts": "",
22+
"Original site": "",
23+
"Posted:": "",
24+
"Posts about %s": "",
25+
"Posts by %s": "",
26+
"Posts for year %s": "",
27+
"Posts for {month_day_year}": "",
28+
"Posts for {month_year}": "",
29+
"Previous post": "",
30+
"Previous": "",
31+
"Publication date": "",
32+
"RSS feed": "",
33+
"Read in English": "",
34+
"Read more": "",
35+
"Skip to main content": "",
36+
"Source": "",
37+
"Subcategories:": "",
38+
"Tags and Categories": "",
39+
"Tags": "",
40+
"Toggle navigation": "",
41+
"Uncategorized": "",
42+
"Up": "",
43+
"Updates": "",
44+
"Write your page here.": "",
45+
"Write your post here.": "",
46+
"old posts, page %d": "",
47+
"page %d": "",
48+
"updated": "",
49+
}

Diff for: nikola/data/themes/base/messages/messages_te.py

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
"(active)": "(క్రియాశీల)",
77
"Also available in:": "ఇందులో కూడా లభించును:",
88
"Archive": "అభిలేఖలు ",
9-
"Atom feed": "",
9+
"Atom feed": "అటామ్ ఫీడ్",
1010
"Authors": "రచయితలు",
1111
"Categories": "వర్గాలు",
1212
"Comments": "వ్యాఖ్యలు",
1313
"LANGUAGE": "తెలుగు",
1414
"Languages:": "భాషలు:",
1515
"More posts about %s": "%s గూర్చి మరిన్ని టపాలు",
1616
"Newer posts": "కొత్త టపాలు",
17-
"Next post": "తరువాత టపా",
18-
"Next": "",
19-
"No posts found.": "",
20-
"Nothing found.": "",
17+
"Next post": "తరువాతి టపా",
18+
"Next": "తరువాతి",
19+
"No posts found.": "టపాలు ఏవీ కనుగొనబడలేదు.",
20+
"Nothing found.": "ఏదీ కనుగొనబడలేదు.",
2121
"Older posts": "పాత టపాలు",
2222
"Original site": "వాస్తవ సైట్",
2323
"Posted:": "ప్రచురుంచిన తేదీ:",
2424
"Posts about %s": "%s గూర్చి టపాలు",
2525
"Posts by %s": "%s యొక్క టపాలు",
2626
"Posts for year %s": "%s సంవత్సర టపాలు",
27-
"Posts for {month_day_year}": "",
28-
"Posts for {month_year}": "",
27+
"Posts for {month_day_year}": "{month_day_year} యొక్క టపాలు",
28+
"Posts for {month_year}": "{month_year} యొక్క టపాలు",
2929
"Previous post": "మునుపటి టపా",
30-
"Previous": "",
30+
"Previous": "మునుపటి",
3131
"Publication date": "ప్రచురణ తేదీ",
3232
"RSS feed": "RSS ఫీడ్",
3333
"Read in English": "తెలుగులో చదవండి",
@@ -37,13 +37,13 @@
3737
"Subcategories:": "ఉపవర్గాలు:",
3838
"Tags and Categories": "ట్యాగ్లు మరియు వర్గాలు",
3939
"Tags": "ట్యాగ్లు",
40-
"Toggle navigation": "",
40+
"Toggle navigation": "నావిగేషన్‌ను టోగుల్ చేయండి",
4141
"Uncategorized": "వర్గీకరించని",
42-
"Up": "",
42+
"Up": "పైకి",
4343
"Updates": "నవీకరణలు",
4444
"Write your page here.": "మీ పేజీ ఇక్కడ రాయండి.",
4545
"Write your post here.": "ఇక్కడ మీ టపా ను వ్రాయండి.",
4646
"old posts, page %d": "పాత టపాలు, పేజీ %d",
4747
"page %d": "పేజీ %d",
48-
"updated": "",
48+
"updated": "నవీకరించబడింది",
4949
}

Diff for: nikola/data/themes/base/messages/messages_ur.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"Write your post here.": "اپنی تحریر یہاں لکھیں۔",
4646
"old posts, page %d": "پرانی تحاریر صفحہ %d",
4747
"page %d": "صفحہ %d",
48-
"updated": "",
48+
"updated": "تازہ کاری",
4949
}

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def run(self):
9999

100100

101101
setup(name='Nikola',
102-
version='8.1.0',
102+
version='8.1.1',
103103
description='A modular, fast, simple, static website and blog generator',
104104
long_description=long_description,
105105
author='Roberto Alsina and others',

Diff for: snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: nikola
2-
version: 8.1.0
2+
version: 8.1.1
33
summary: A static website generator
44
description: A static website generator
55
confinement: strict

0 commit comments

Comments
 (0)