Skip to content

Commit 97c2901

Browse files
authored
Merge pull request #48 from yurichechulin/add-131-and-224-codes
Add 131 and 224 codes
2 parents d3e916b + 1cca179 commit 97c2901

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
66

7+
## Unreleased
8+
9+
### Added
10+
11+
- GIBDD region code for `Krasnojarskij kraj` - `224`
12+
- GIBDD region code for `Belgorodskaya oblast` - `131`
13+
714
## v3.18.0
815

916
### Added

data/subject/codes.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
"gibdd": [
206206
24,
207207
124,
208+
224,
208209
88
209210
],
210211
"code_iso_31662": "RU-KYA"
@@ -266,7 +267,8 @@
266267
"title": "Белгородская область",
267268
"code": 31,
268269
"gibdd": [
269-
31
270+
31,
271+
131
270272
],
271273
"code_iso_31662": "RU-BEL"
272274
},

0 commit comments

Comments
 (0)