Browse Source

release 1.0

pull/2721/head
David Lord 7 years ago
parent
commit
9d0b163362
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 4
      CHANGES.rst
  2. 4
      setup.py

4
CHANGES.rst

@ -7,7 +7,7 @@ Flask Changelog
Version 1.0 Version 1.0
----------- -----------
unreleased Released on April 26th 2018
- **Python 2.6 and 3.3 are no longer supported.** (`pallets/meta#24`_) - **Python 2.6 and 3.3 are no longer supported.** (`pallets/meta#24`_)
- Bump minimum dependency versions to the latest stable versions: - Bump minimum dependency versions to the latest stable versions:
@ -213,6 +213,8 @@ unreleased
.. _#2691: https://github.com/pallets/flask/pull/2691 .. _#2691: https://github.com/pallets/flask/pull/2691
.. _#2693: https://github.com/pallets/flask/pull/2693 .. _#2693: https://github.com/pallets/flask/pull/2693
.. _#2709: https://github.com/pallets/flask/pull/2709 .. _#2709: https://github.com/pallets/flask/pull/2709
Version 0.12.3 Version 0.12.3
-------------- --------------

4
setup.py

@ -18,8 +18,8 @@ setup(
url='https://www.palletsprojects.com/p/flask/', url='https://www.palletsprojects.com/p/flask/',
project_urls=OrderedDict(( project_urls=OrderedDict((
('Documentation', 'http://flask.pocoo.org/docs/'), ('Documentation', 'http://flask.pocoo.org/docs/'),
('Code', 'https://github.com/pallets/pallets-sphinx-themes'), ('Code', 'https://github.com/pallets/flask'),
('Issue tracker', 'https://github.com/pallets/pallets-sphinx-themes/issues'), ('Issue tracker', 'https://github.com/pallets/flask/issues'),
)), )),
license='BSD', license='BSD',
author='Armin Ronacher', author='Armin Ronacher',

Loading…
Cancel
Save