Skip to content
Snippets Groups Projects
Commit eede8d5d authored by Christophe Benz's avatar Christophe Benz
Browse files

Release

parent d7221820
No related branches found
No related tags found
No related merge requests found
Pipeline #478742 passed with stage
in 42 seconds
# Changelog # Changelog
## 1.2.6
- Stop quoting URLs twice. Solves a bug with the series IDs like `OECD/DSD_KEI@DF_KEI/BRA.M.CP.GR._Z._Z.GY`.
- Revert from `httpx` to `requests` because the latter does not re-quotes the URL it is given.
## 1.2.5 ## 1.2.5
- Follow redirects for dataset "latest" releases. - Follow redirects for dataset "latest" releases.
......
...@@ -14,7 +14,7 @@ dev = [ ...@@ -14,7 +14,7 @@ dev = [
[project] [project]
name = "dbnomics" name = "dbnomics"
version = "1.2.5" version = "1.2.6"
description = "DBnomics Python client" description = "DBnomics Python client"
authors = [{ name = "Christophe Benz", email = "christophe.benz@nomics.world" }] authors = [{ name = "Christophe Benz", email = "christophe.benz@nomics.world" }]
license = { file = "LICENSE" } license = { file = "LICENSE" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment