Skip to content

Commit

Permalink
Merge pull request #5 from kaymal/release-0.2.0
Browse files Browse the repository at this point in the history
version changes for v0.2.0
  • Loading branch information
kaymal authored Jan 25, 2023
2 parents 5ba071a + b659e9f commit 3eec092
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
-

## [Unreleased]
## [0.2.0] - 2023-01-25
### Added
- Add monkeypatch to mock response for tests.
### Changed
Expand Down
14 changes: 7 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
- [x] Add badges
- [x] Improve method docstrings
- [x] Mock response with fixtures
- [] Accept `start` and `end` in the `YYYY-MM-DD` format as well as the `DD-MM-YYYY` format.
- [] Release 0.2.0
- [x] Accept `start` and `end` in the `YYYY-MM-DD` format as well as the `DD-MM-YYYY` format.
- [x] Release 0.2.0

### BACKLOG
- [] Wildcard option for series
- [] Save categories and datagroups metadata as package data for quicker lookup
- [] Consider using requests Session
- [] Add CLI download option
- [] Add plotting module
- [ ] Wildcard option for series
- [ ] Save categories and datagroups metadata as package data for quicker lookup
- [ ] Consider using requests Session
- [ ] Add CLI download option
- [ ] Add plotting module

### Done
- [x] Initial release
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tcmb"
version = "0.1.0"
version = "0.2.0"
authors = [{ name = "Kaymal", email = "gutkyle@gmail.com" }]
description = "Central Bank of the Republic of Türkiye (TCMB) Python API."
readme = "README.md"
Expand All @@ -21,7 +21,7 @@ classifiers = [
dependencies = ["pandas", "numpy", "requests"]

[project.urls]
repository = "https://github.com/kaymal/tcmb"
repository = "https://github.com/kaymal/tcmb-py"

[tool.setuptools]
packages = ["tcmb"]
2 changes: 1 addition & 1 deletion tcmb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from tcmb.core import Client

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 3eec092

Please sign in to comment.