Skip to content

Commit 0a51fbb

Browse files
committed
Version 8.3.0
1 parent d4a3c71 commit 0a51fbb

File tree

16 files changed

+225
-15
lines changed

16 files changed

+225
-15
lines changed

Diff for: CHANGES.txt

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

44
Features

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.2.4
9+
:Version: 8.3.0
1010
:Author: Roberto Alsina <[email protected]>
1111

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

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

-1 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.2.4
9+
:Version: Nikola 8.3.0
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.2.4
10+
:Version: 8.3.0
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.2.4
9+
:Version: 8.3.0
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
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '8.2.4'
58+
version = '8.3.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '8.2.4'
60+
release = '8.3.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# 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.2.4
7+
:Version: 8.3.0
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.2.4
6+
:Version: 8.3.0
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.2.4
9+
:Version: 8.3.0
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.2.4'
32+
__version__ = '8.3.0'
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_bn.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: scripts/release

-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ read bailout
136136
cleanup
137137

138138
./setup.py sdist bdist_wheel || exit $?
139-
gpg --detach-sign -a dist/Nikola-$version.tar.gz.asc dist/Nikola-$version.tar.gz
140-
gpg --detach-sign -a dist/Nikola-$version*.whl.asc dist/Nikola-$version*.whl
141139
twine upload dist/Nikola-$version.tar.gz dist/Nikola-$version*.whl || exit $?
142140

143141
cleanup

Diff for: setup.py

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

107107

108108
setup(name='Nikola',
109-
version='8.2.4',
109+
version='8.3.0',
110110
description='A modular, fast, simple, static website and blog generator',
111111
long_description=long_description,
112112
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.2.4
2+
version: 8.3.0
33
summary: A static website generator
44
description: A static website generator
55
confinement: strict

Diff for: translations/nikola.messages/bn.po

+163
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
# Messages in Nikola
2+
# Copyright (C) 2012-2016
3+
# This file is distributed under the same license as the Nikola package.
4+
#
5+
# Translators:
6+
# Translators:
7+
# Translators:
8+
# Translators:
9+
# Translators:
10+
msgid ""
11+
msgstr ""
12+
"Project-Id-Version: Nikola\n"
13+
"Report-Msgid-Bugs-To: [email protected]\n"
14+
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
15+
"PO-Revision-Date: 2013-03-15 15:29+0000\n"
16+
"Last-Translator: Chris Warrick <[email protected]>\n"
17+
"Language-Team: Bengali (http://app.transifex.com/ralsina/nikola/language/bn/)\n"
18+
"MIME-Version: 1.0\n"
19+
"Content-Type: text/plain; charset=UTF-8\n"
20+
"Content-Transfer-Encoding: 8bit\n"
21+
"Language: bn\n"
22+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
23+
24+
msgid "More posts about %s"
25+
msgstr ""
26+
27+
#. Here your translation should NOT say English but the name of your language
28+
#. instead
29+
msgid "LANGUAGE"
30+
msgstr ""
31+
32+
msgid "Tags"
33+
msgstr ""
34+
35+
msgid "Categories"
36+
msgstr ""
37+
38+
msgid "Tags and Categories"
39+
msgstr ""
40+
41+
msgid "Comments"
42+
msgstr ""
43+
44+
msgid "Read more"
45+
msgstr ""
46+
47+
msgid "Posts about %s"
48+
msgstr ""
49+
50+
msgid "Next post"
51+
msgstr ""
52+
53+
msgid "old posts, page %d"
54+
msgstr ""
55+
56+
msgid "page %d"
57+
msgstr ""
58+
59+
msgid "Source"
60+
msgstr ""
61+
62+
#. Here your translation should NOT say English but the name of your language
63+
#. instead
64+
msgid "Read in English"
65+
msgstr ""
66+
67+
msgid "Posts for year %s"
68+
msgstr ""
69+
70+
msgid "Newer posts"
71+
msgstr ""
72+
73+
msgid "Previous post"
74+
msgstr ""
75+
76+
msgid "Also available in:"
77+
msgstr ""
78+
79+
msgid "Languages:"
80+
msgstr ""
81+
82+
msgid "Original site"
83+
msgstr ""
84+
85+
msgid "Older posts"
86+
msgstr ""
87+
88+
msgid "Archive"
89+
msgstr ""
90+
91+
msgid "Publication date"
92+
msgstr ""
93+
94+
msgid "Posted:"
95+
msgstr ""
96+
97+
msgid "Posts for {month_year}"
98+
msgstr ""
99+
100+
msgid "Posts for {month_day_year}"
101+
msgstr ""
102+
103+
msgid "Nothing found."
104+
msgstr ""
105+
106+
msgid "No posts found."
107+
msgstr ""
108+
109+
msgid "RSS feed"
110+
msgstr ""
111+
112+
msgid "%d min remaining to read"
113+
msgstr ""
114+
115+
msgid "Skip to main content"
116+
msgstr ""
117+
118+
msgid "Subcategories:"
119+
msgstr ""
120+
121+
#. Used for active navigation links, for screen readers only
122+
msgid "(active)"
123+
msgstr ""
124+
125+
#. Default content for a new post
126+
msgid "Write your post here."
127+
msgstr ""
128+
129+
#. Default content for a new page
130+
msgid "Write your page here."
131+
msgstr ""
132+
133+
msgid "Uncategorized"
134+
msgstr ""
135+
136+
#. Used for feeds of any format
137+
msgid "Updates"
138+
msgstr ""
139+
140+
msgid "Authors"
141+
msgstr ""
142+
143+
msgid "Posts by %s"
144+
msgstr ""
145+
146+
msgid "Toggle navigation"
147+
msgstr ""
148+
149+
msgid "Previous"
150+
msgstr ""
151+
152+
msgid "Up"
153+
msgstr ""
154+
155+
msgid "Next"
156+
msgstr ""
157+
158+
msgid "Atom feed"
159+
msgstr ""
160+
161+
#. {date} (updated {updated_date})
162+
msgid "updated"
163+
msgstr ""

0 commit comments

Comments
 (0)