From 70ac2841e4c175ee028af391a0b2dce304f12a60 Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Wed, 7 Dec 2022 00:34:37 +0000 Subject: [PATCH] Version 1.12.0 --- beaker/__init__.py | 2 +- setup.py | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/beaker/__init__.py b/beaker/__init__.py index da77e85c..666b2f71 100644 --- a/beaker/__init__.py +++ b/beaker/__init__.py @@ -1 +1 @@ -__version__ = '1.11.0' +__version__ = '1.12.0' diff --git a/setup.py b/setup.py index 214f6bd0..cb94202f 100644 --- a/setup.py +++ b/setup.py @@ -64,15 +64,11 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',