Commit e80118e3 by Owo Sugiana

Discount Kabupaten Subang

1 parent 079efc8f
0.3.49 2026-02-13
-----------------
- Discount Kabupaten Subang
0.3.48 2026-02-11 0.3.48 2026-02-11
----------------- -----------------
- Discount Kota Bekasi - Discount Kota Bekasi
......
...@@ -3,7 +3,7 @@ requires = ['setuptools >= 64'] ...@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
[project] [project]
name = 'sismiop-models' name = 'sismiop-models'
version = '0.3.48' version = '0.3.49'
dependencies = [ dependencies = [
'sqlalchemy', 'sqlalchemy',
'zope.sqlalchemy', 'zope.sqlalchemy',
......
...@@ -8,19 +8,17 @@ from .default import ( ...@@ -8,19 +8,17 @@ from .default import (
) )
AWAL_DISC = date(2025, 11, 12) AWAL_DISC = date(2026, 2, 13)
AKHIR_DISC = date(2025, 12, 15) AKHIR_DISC = date(2026, 4, 30)
AKHIR_DISC_KHUSUS = date(2025, 7, 30) AKHIR_DISC_KHUSUS = date(2025, 12, 15)
NOP_DISC_KHUSUS = [ NOP_DISC_KHUSUS = [
'3215130008027000102020', '3215130008027000102020',
'3215130008027000102021', '3215130008027000102021',
'3215130008027000102022', '3215130008027000102022',
'3215130008027000102023', '3215130008028000102020',
'3215130008029000102020', '3215130008028000102021',
'3215130008029000102021', '3215130008028000102022']
'3215130008029000102022',
'3215130008029000102023']
class Inquiry(BaseInquiry): class Inquiry(BaseInquiry):
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!