All Versions
15
Latest Version
Avg Release Cycle
114 days
Latest Release
934 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.4.0 Changes
February 18, 2022- ๐ Dropped python 2.7 and python 3.5 support.
- ๐ Pinned requirements versions.
- ๐ Moved data to external json files and removed data python module.
- โก๏ธ Updated
countries.json
andmunicipalities.json
data.
-
v0.3.9 Changes
January 28, 2022- Fixed municipality overwritten by old municipality (deleted) with the same code. #16
-
v0.3.8 Changes
January 10, 2022- ๐ Fixed number of omocodes. #13
- Formatted code with Black.
- โก๏ธ Updated strings formatting.
- ๐ Added
python 3.9
andpython 3.10
official support. - โ
Added
requirements.txt
andrequirements-test.txt
. - Added
CHANGELOG.md
. - Added GitHub action workflow.
- ๐ Removed
TravisCI
andCircleCI
. - ๐ Removed some dead code.
-
v0.3.7 Changes
December 18, 2019- ๐ Added docstrings to methods.
- โ Fixed tests import.
- โก๏ธ Updated requirements.
- Added CircleCI workflow.
-
v0.3.6 Changes
November 15, 2019- ๐ Added python 3.8 official support.
- โก๏ธ Updated municipalities with data from ANPR.
-
v0.3.5 Changes
July 04, 2019- โก๏ธ Updated requirements.
- Improved code quality.
-
v0.3.4 Changes
February 07, 2019- โก๏ธ Updated municipalities data.
-
v0.3.3 Changes
November 14, 2018- ๐ Fixed error on date - #3
- Added python 3.7 to
tox
and.travis
.
-
v0.3.2 Changes
September 17, 2018- Corrected some province names. #1
- Replaced double unserscores with single ones. #2
-
v0.3.1 Changes
May 03, 2018- โก๏ธ Updated requirements.