Bump version: 0.2.0 → 1.0.0
parent
5df5d3af6b
commit
c2a160f239
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.0
|
||||
current_version = 1.0.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
|
|
@ -147,6 +147,7 @@ Changelog
|
|||
=========
|
||||
|
||||
- Next version - unreleased
|
||||
- 1.0.0 - 2017-01-10
|
||||
|
||||
- Allow for db properties to be passed to the connect
|
||||
method. *Probably incompatible to code based on previous
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# License along with JayDeBeApi. If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
__version_info__ = (0, 2, 0)
|
||||
__version_info__ = (1, 0, 0)
|
||||
__version__ = ".".join(str(i) for i in __version_info__)
|
||||
|
||||
import datetime
|
||||
|
|
|
|||
Loading…
Reference in New Issue