Skip to content

Commit

Permalink
Bumped version for 2.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirobaina committed Apr 20, 2022
1 parent 486874a commit 6dfcea7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ django-firebird
.. image:: https://img.shields.io/pypi/v/django-firebird.svg
:target: https://pypi.python.org/pypi/django-firebird

.. image:: https://caniusepython3.com/project/django-firebird.svg
:target: https://caniusepython3.com/project/django-firebird


Firebird SQL backend for django
-------------------------------
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

v2.2.0
------
+ Django 2.2 LTS support


v1.11.0
-------
+ Initial adjustments for support django 1.11 #93
Expand Down
2 changes: 1 addition & 1 deletion firebird/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .version import get_version

VERSION = (2, 2, 0, 'alpha', 2)
VERSION = (2, 2, 0, 'final', 0)

__version__ = get_version(VERSION)

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@
url='https://github.com/maxirobaina/django-firebird',
packages=find_packages(),
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Database',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 6dfcea7

Please sign in to comment.