Bump version: 1.2.0 → 1.2.1
parent
003d074452
commit
ff60a141cb
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.2.0
|
||||
current_version = 1.2.1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
|
|
@ -160,6 +160,7 @@ Changelog
|
|||
=========
|
||||
|
||||
- Next version - unreleased
|
||||
- 1.2.1 - 2020-05-27
|
||||
|
||||
- Increased thread safety. Should resolve some of the
|
||||
`No suitable driver found` errors. (thanks to @thealmightygrant)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# License along with JayDeBeApi. If not, see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
__version_info__ = (1, 2, 0)
|
||||
__version_info__ = (1, 2, 1)
|
||||
__version__ = ".".join(str(i) for i in __version_info__)
|
||||
|
||||
import datetime
|
||||
|
|
|
|||
Loading…
Reference in New Issue