mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:37:06 +00:00
Bumping Development Version to 3.0.5
This commit is contained in:
parent
2c2ae1e509
commit
b97d3181af
@ -1,3 +1,3 @@
|
||||
"""Cement core backend module."""
|
||||
|
||||
VERSION = (3, 0, 4, 'final', 0) # pragma: nocover
|
||||
VERSION = (3, 0, 5, '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] == 4
|
||||
assert backend.VERSION[2] == 5
|
||||
assert backend.VERSION[3] == 'final'
|
||||
assert backend.VERSION[4] == 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user