Skip to content

Commit

Permalink
Remove changelog from readmes. It's part of the release on github now.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Aug 27, 2020
1 parent 041de90 commit 2b4d63c
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Flask Babel - 1.0.0
# Flask Babel

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

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

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

# Changelog

## v1.0.0 - 06/02/2020

Starting with version 1, flask-babel has changed to
[Semantic Versioning][semver].

### Changed

- pytz is an explicit dependency. (#14)
- pytz.gae, used for Google App Engine, is no longer necessary and has been
removed. (#153)
- Fixed a deprecated werkzeug import (#158).
- Fix issues switching locales in threaded contexts (#125).

[babel]: https://github.com/python-babel/babel
[pytz]: https://pypi.python.org/pypi/pytz/
[docs]: https://pythonhosted.org/Flask-Babel/
[docs]: https://flask-babel.tkte.ch/
[semver]: https://semver.org/

0 comments on commit 2b4d63c

Please sign in to comment.