Commit 6aa5a783 by Owo Sugiana

Kota Bekasi perpanjang masa discount

1 parent 3de1e0f6
0.3.55 2026-05-01
-----------------
- Di Kota Bekasi discount pokok diperpanjang sampai 31 Mei
0.3.54 2026-03-11
-----------------
- Di Kota Bekasi status 8 berarti lunas
......
......@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
[project]
name = 'sismiop-models'
version = '0.3.54'
version = '0.3.55'
dependencies = [
'sqlalchemy',
'zope.sqlalchemy',
......
......@@ -28,7 +28,7 @@ from .binjai import (
MAX_BULAN_DENDA = 24
AWAL_DISC = date(2026, 2, 20)
AKHIR_DISC = date(2026, 4, 30)
AKHIR_DISC = date(2026, 5, 31)
BUKU_DISC_POKOK = [
(100000, 0.29),
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!