Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-password-reset
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Marinello
django-password-reset
Commits
3f3a531d
Commit
3f3a531d
authored
6 years ago
by
Bruno Renié
Browse files
Options
Downloads
Patches
Plain Diff
project: bump version
parent
752cb029
No related branches found
Branches containing commit
Tags
2.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
docs/index.rst
+1
-1
1 addition, 1 deletion
docs/index.rst
password_reset/__init__.py
+1
-1
1 addition, 1 deletion
password_reset/__init__.py
with
4 additions
and
4 deletions
docs/conf.py
+
2
−
2
View file @
3f3a531d
...
...
@@ -50,9 +50,9 @@ copyright = u'2012-{0}, Bruno Renié'.format(datetime.datetime.today().year)
# built documents.
#
# The short X.Y version.
version
=
'
1
.0
'
version
=
'
2
.0
'
# The full version, including alpha/beta/rc tags.
release
=
'
1
.0
'
release
=
'
2
.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
1
View file @
3f3a531d
...
...
@@ -28,7 +28,7 @@ Contents:
Changelog
---------
* 2.0 (
YYYY-MM-DD
):
* 2.0 (
2018-08-27
):
* Drop support for Django < 1.11 and add support for Django 2.0 and 2.1.
...
...
This diff is collapsed.
Click to expand it.
password_reset/__init__.py
+
1
−
1
View file @
3f3a531d
__version__
=
'
1
.0
'
__version__
=
'
2
.0
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment