mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 09:37:26 +00:00
feat: bump version to 3.0.14
This commit is contained in:
parent
822c22a1ff
commit
c314892fb3
@ -1,6 +1,6 @@
|
||||
# ChangeLog
|
||||
|
||||
## 3.0.13 - DEVELOPMENT (will be released as stable/3.0.14 or stable/3.2.0)
|
||||
## 3.0.14 - May 5, 2025
|
||||
|
||||
Bugs:
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
"""Cement core backend module."""
|
||||
|
||||
VERSION = (3, 0, 13, 'final', 0) # pragma: nocover
|
||||
VERSION = (3, 0, 14, '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] == 13
|
||||
assert backend.VERSION[2] == 14
|
||||
assert backend.VERSION[3] == 'final'
|
||||
assert backend.VERSION[4] == 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user