Skip to content

Commit

Permalink
Releasing 17.01
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jan 31, 2017
1 parent c420440 commit 76df384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014 by Massimo Di Pierro and contributors. See AUTHORS for
Copyright (c) 2014-2017 by Massimo Di Pierro and contributors. See AUTHORS for
more details.

Some rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion pydal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '16.12-dev'
__version__ = '17.01'

from .base import DAL
from .objects import Field
Expand Down
2 changes: 1 addition & 1 deletion pydal/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Provides some utilities for pydal.
:copyright: (c) 2016 by Giovanni Barillari and contributors
:copyright: (c) 2017 by Giovanni Barillari and contributors
:license: BSD, see LICENSE for more details.
"""

Expand Down

0 comments on commit 76df384

Please sign in to comment.