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

Commit0695ee3

Browse files
committed
Added issuer name and added support for django2.0
1 parent2ff42f7 commit0695ee3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.0'
60+
version='1.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release='1.0'
62+
release='1.1'
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.0'
349+
version='1.1'
350350
# The full version, including alpha/beta/rc tags.
351-
release='1.0'
351+
release='1.1'
352352

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

‎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.0
2+
django-mfa==1.1
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.0',
25+
version='1.1',
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