Skip to content

Commit adc2395

Browse files
committed
Version 0.1.4
1 parent 9ff1064 commit adc2395

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
0.1.4-dev (2024-09-??)
1+
0.1.4 (2024-09-28)
22
------------------
33

44
**Fixed**
55
- We now use HTTPS as required by the world bank API ([#18](https://github.com/mwouts/world_bank_data/pulls/18)) - thanks to [John Cant](https://github.com/johncant) for fixing this!
66

77
**Added**
8-
- Added `__version__` to `world_bank_data` package
8+
- Added `__version__`
9+
- We use GitHub Actions for CI
10+
- We use `pre-commit` for code formatting
911

1012
**Changed**
11-
- Added continuous integration and code scanning
12-
- Removed Python 3.4 from the CI
13+
- The package can be used with Python 3.7 to 3.12
1314

1415

1516
0.1.3 (2019-07-10)

world_bank_data/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""version number"""
22

3-
__version__ = "0.1.3+dev"
3+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)