Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Marinello
django-password-reset
Commits
2517d3c7
Commit
2517d3c7
authored
May 30, 2017
by
Bruno Renié
Browse files
Bump version to 1.0
parent
aa97e5d6
Changes
4
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
2517d3c7
Copyright (c)
2009-2012,
Bruno Renié and contributors.
Copyright (c) Bruno Renié and contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
docs/conf.py
View file @
2517d3c7
...
...
@@ -50,9 +50,9 @@ copyright = u'2012-{0}, Bruno Renié'.format(datetime.datetime.today().year)
# built documents.
#
# The short X.Y version.
version
=
'
0.9
'
version
=
'
1.0
'
# The full version, including alpha/beta/rc tags.
release
=
'
0.9
'
release
=
'
1.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
docs/index.rst
View file @
2517d3c7
...
...
@@ -28,7 +28,7 @@ Contents:
Changelog
---------
* 1.0 (
TBA
):
* 1.0 (
2017-05-30
):
* Drop support for Django < 1.8 and confirm support for Django 1.10 and 1.11.
...
...
password_reset/__init__.py
View file @
2517d3c7
__version__
=
'
0.9
'
__version__
=
'
1.0
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment