From 9d0b163362027e9c5c79968a39ce532dd5917f8b Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 26 Apr 2018 12:22:45 -0700 Subject: [PATCH] release 1.0 --- CHANGES.rst | 4 +++- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5210a0d7..75d8a516 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,7 @@ Flask Changelog Version 1.0 ----------- -unreleased +Released on April 26th 2018 - **Python 2.6 and 3.3 are no longer supported.** (`pallets/meta#24`_) - Bump minimum dependency versions to the latest stable versions: @@ -213,6 +213,8 @@ unreleased .. _#2691: https://github.com/pallets/flask/pull/2691 .. _#2693: https://github.com/pallets/flask/pull/2693 .. _#2709: https://github.com/pallets/flask/pull/2709 + + Version 0.12.3 -------------- diff --git a/setup.py b/setup.py index a97d4212..4e1cdfdf 100755 --- a/setup.py +++ b/setup.py @@ -18,8 +18,8 @@ setup( url='https://www.palletsprojects.com/p/flask/', project_urls=OrderedDict(( ('Documentation', 'http://flask.pocoo.org/docs/'), - ('Code', 'https://github.com/pallets/pallets-sphinx-themes'), - ('Issue tracker', 'https://github.com/pallets/pallets-sphinx-themes/issues'), + ('Code', 'https://github.com/pallets/flask'), + ('Issue tracker', 'https://github.com/pallets/flask/issues'), )), license='BSD', author='Armin Ronacher',