Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 28, 2024
1 parent 9ff1064 commit adc2395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
0.1.4-dev (2024-09-??)
0.1.4 (2024-09-28)
------------------

**Fixed**
- 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!

**Added**
- Added `__version__` to `world_bank_data` package
- Added `__version__`
- We use GitHub Actions for CI
- We use `pre-commit` for code formatting

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


0.1.3 (2019-07-10)
Expand Down
2 changes: 1 addition & 1 deletion world_bank_data/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""version number"""

__version__ = "0.1.3+dev"
__version__ = "0.1.4"

0 comments on commit adc2395

Please sign in to comment.