mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:37:06 +00:00
Bumping Version to 3.0.2
This commit is contained in:
parent
4bdab29a74
commit
80396f4169
@ -1,6 +1,6 @@
|
||||
# ChangeLog
|
||||
|
||||
## 3.0.1 - DEVELOPMENT (will be released as 3.0.2)
|
||||
## 3.0.2 - November 6, 2018
|
||||
|
||||
Bugs:
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
"""Cement core backend module."""
|
||||
|
||||
VERSION = (3, 0, 1, 'final', 0) # pragma: nocover
|
||||
VERSION = (3, 0, 2, 'final', 0) # pragma: nocover
|
||||
|
||||
@ -6,6 +6,6 @@ def test_version():
|
||||
# ensure that we bump things properly on version changes
|
||||
assert backend.VERSION[0] == 3
|
||||
assert backend.VERSION[1] == 0
|
||||
assert backend.VERSION[2] == 1
|
||||
assert backend.VERSION[2] == 2
|
||||
assert backend.VERSION[3] == 'final'
|
||||
assert backend.VERSION[4] == 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user