Bump version: 1.0.0 → 1.1.0
parent
e28ad464d3
commit
0e482a2052
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.0.0
|
||||
current_version = 1.1.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ Changelog
|
|||
=========
|
||||
|
||||
- Next version - unreleased
|
||||
- 1.1.0 - 2017-03-19
|
||||
|
||||
- Support BIT and TINYINT type mappings (thanks @Mokubyow for
|
||||
reporting the issue).
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# License along with JayDeBeApi. If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
__version_info__ = (1, 0, 0)
|
||||
__version_info__ = (1, 1, 0)
|
||||
__version__ = ".".join(str(i) for i in __version_info__)
|
||||
|
||||
import datetime
|
||||
|
|
|
|||
Loading…
Reference in New Issue