Skip to content

Commit d2d707b

Browse files
committed
Updated version number and copyright dates
1 parent 709dfc7 commit d2d707b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following software is required to use the SQL Anywhere dialect for SQLAlchem
1313

1414
* SQL Anywhere 11.0.1 or higher
1515
* Python 2.4, 2.5, 2.6, 2.7, or 3.4
16-
* The Python SQL Anywhere Database Interface version 1.0.5 or later
16+
* The Python SQL Anywhere Database Interface version 1.0.6 or later
1717
* SQLAlchemy version 0.8.0 or higher
1818

1919
Installing the required software

Diff for: sqlalchemy_sqlany/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Copyright 2014 SAP AG or an SAP affiliate company.
1+
# Copyright 2015 SAP AG or an SAP affiliate company.
22
#
33

4-
__version__ = '1.0.1'
4+
__version__ = '1.0.2'
55

66
from sqlalchemy_sqlany import base
77

Diff for: sqlalchemy_sqlany/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014 SAP AG or an SAP affiliate company.
1+
# Copyright 2015 SAP AG or an SAP affiliate company.
22
#
33

44
import operator

0 commit comments

Comments
 (0)