Skip to content

Commit

Permalink
chore(release) Get ready for 3.0.1 (#31)
Browse files Browse the repository at this point in the history
* chore(build) CHANGELOG for 3.0.1

* chore(release) Get ready for 3.0.1

Fix up MANIFEST to exclude build files, __pycache__.
Fix Sidebarintro.html to point to our pypi.
Finalize CHANGES.
  • Loading branch information
jwag956 committed Apr 27, 2019
1 parent 2ef1656 commit 1f8f946
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,30 @@ Here you can see the full list of changes between each Flask-Security release.
Version 3.0.1
--------------

Released TBD

- Support 3.7 as part of CI
- Rebrand to this forked repo
- (#15) Build docs and translations as part of CI
- (#17) Move to msgcheck from pytest-translations
- (opr #669) Fix for Read the Docs (jirikuncar)
- (opr #710) Spanish translation (maukoquiroga)
- (opr #712) i18n: improvements of German translations (eseifert)
- (opr #713) i18n: add Portuguese (Brazilian) translation (dinorox)
- (opr #719) docs: fix anchor links and typos (kesara)
- (opr #751) i18n: fix missing space (abulte)
- (opr #762) docs: fixed proxy import (lsmith)
- (opr #767) Update customizing.rst (allanice001)
- (opr #776) i18n: add Portuguese (Portugal) translation (micael-grilo)
- (opr #791) Fix documentation for mattupstate#781 (fmerges)
- (opr #796) Chinese translations (Steinkuo)
- (opr #808) Clarify that a commit is needed after login_user (christophertull)
- (opr #823) Add Turkish translation (Admicos)
- (opr #831) Catalan translation (miceno)

These are all documentation and i18n changes - NO code changes. All except the last 3 were accepted and reviewed by
the original Flask-Security team.
Thanks as always to all the contributors.

Version 3.0.0
-------------
Expand Down
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include README.rst
include babel.ini
include pytest.ini
include tox.ini
recursive-exclude tests/__pycache__ *
include requirements.txt
recursive-include artwork *.svg
recursive-include docs *.html
recursive-include docs *.inc
Expand All @@ -18,4 +18,7 @@ recursive-include docs Makefile
recursive-include flask_security/templates *.*
recursive-include flask_security/translations *.po *.pot *.mo
recursive-include tests *
recursive-exclude tests/__pycache__ *
exclude .coverage tests/.coverage
recursive-exclude docs/_build *
prune scripts
2 changes: 1 addition & 1 deletion docs/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>About</h3>
</p>
<h3>Useful Links</h3>
<ul>
<li><a href="http://pypi.python.org/pypi/Flask-Security">Flask-Security @ PyPI</a></li>
<li><a href="http://pypi.python.org/pypi/Flask-Security-Too">Flask-Security @ PyPI</a></li>
<li><a href="http://github.com/jwag956/flask-security">Flask-Security @ github</a></li>
<li><a href="http://github.com/jwag956/flask-security/issues">Issue Tracker</a></li>
</ul>
Expand Down

0 comments on commit 1f8f946

Please sign in to comment.