Skip to content

Commit 2b4d63c

Browse files
committed
Remove changelog from readmes. It's part of the release on github now.
1 parent 041de90 commit 2b4d63c

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Flask Babel - 1.0.0
1+
# Flask Babel
22

3-
[![Build Status](https://travis-ci.org/python-babel/flask-babel.svg?branch=master)](https://travis-ci.org/python-babel/flask-babel)
3+
![Tests](https://github.com/python-babel/flask-babel/workflows/Tests/badge.svg?branch=master)
44
[![PyPI](https://img.shields.io/pypi/v/flask-babel.svg?maxAge=2592000)](https://pypi.python.org/pypi/Flask-Babel)
5-
![license](https://img.shields.io/github/license/python-babel/flask-babel.svg?maxAge=2592000)
6-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flask-babel.svg)
75

86
Implements i18n and l10n support for Flask. This is based on the Python
97
[babel][] module as well as [pytz][] both of which are installed automatically
@@ -13,22 +11,7 @@ for you if you install this library.
1311

1412
The latest documentation is available [here][docs].
1513

16-
# Changelog
17-
18-
## v1.0.0 - 06/02/2020
19-
20-
Starting with version 1, flask-babel has changed to
21-
[Semantic Versioning][semver].
22-
23-
### Changed
24-
25-
- pytz is an explicit dependency. (#14)
26-
- pytz.gae, used for Google App Engine, is no longer necessary and has been
27-
removed. (#153)
28-
- Fixed a deprecated werkzeug import (#158).
29-
- Fix issues switching locales in threaded contexts (#125).
30-
3114
[babel]: https://github.com/python-babel/babel
3215
[pytz]: https://pypi.python.org/pypi/pytz/
33-
[docs]: https://pythonhosted.org/Flask-Babel/
16+
[docs]: https://flask-babel.tkte.ch/
3417
[semver]: https://semver.org/

0 commit comments

Comments
 (0)