Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7baf162

Browse files
committed
updated version
1 parent82f4163 commit7baf162

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

‎docs/conf.py‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version='1.1'
60+
version='1.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release='1.1'
62+
release='1.2'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.
@@ -346,9 +346,9 @@
346346
# built documents.
347347
#
348348
# The short X.Y version.
349-
version='1.1'
349+
version='1.2'
350350
# The full version, including alpha/beta/rc tags.
351-
release='1.1'
351+
release='1.2'
352352

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

‎docs/installation_setup.rst‎

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

77
====== ====================
88
Python >= 2.6 (or Python 3)
9-
Django< 1.10
9+
Django>= 1.11
1010
====== ====================
1111

1212
Installation

‎requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Django>=1.10
2-
django-mfa==1.1
2+
django-mfa==1.2
33
-rsandbox/requirements.txt

‎setup.py‎

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

2323
setup(
2424
name='django-mfa',
25-
version='1.1',
25+
version='1.2',
2626
packages=['django_mfa','django_mfa.templatetags','django_mfa.migrations'],
2727
include_package_data=True,
2828
description='A Django deployment package for all hosting types.',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp