mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:16:46 +00:00
Bump Version to 3.0.10
This commit is contained in:
parent
9243c30da8
commit
868959298f
@ -1,6 +1,6 @@
|
||||
# ChangeLog
|
||||
|
||||
## DEVELOPMENT - Will be released as 3.0.10 or 3.2
|
||||
## 3.0.10 - Feb 28, 2024
|
||||
|
||||
Bugs:
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
"""Cement core backend module."""
|
||||
|
||||
VERSION = (3, 0, 9, 'final', 0) # pragma: nocover
|
||||
VERSION = (3, 0, 10, '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] == 9
|
||||
assert backend.VERSION[2] == 10
|
||||
assert backend.VERSION[3] == 'final'
|
||||
assert backend.VERSION[4] == 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user