-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e7aaf4
commit b92f953
Showing
5 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "maykin_2fa" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
description = "An opinionated integration of django-two-factor-auth in the Django admin interface." | ||
authors = [ | ||
{name = "Maykin Media", email = "[email protected]"} | ||
|
@@ -81,7 +81,7 @@ markers = [ | |
] | ||
|
||
[tool.bumpversion] | ||
current_version = "1.0.1" | ||
current_version = "1.0.2" | ||
files = [ | ||
{filename = "pyproject.toml"}, | ||
{filename = "README.rst"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# 3rd party configuration | ||
[bumpversion] | ||
current_version = 1.0.2 | ||
|
||
[flake8] | ||
max-line-length=88 | ||
exclude=env,.tox,doc | ||
max-line-length = 88 | ||
exclude = env,.tox,doc |