Skip to content

Commit f0ac5a7

Browse files
committed
updated version
1 parent 385ddeb commit f0ac5a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
44

5+
## [0.2.2] - 2024-01-06
6+
### Added
7+
- customization of the base pephub URL. [#22](https://github.com/pepkit/pephubclient/issues/22)
8+
59
## [0.2.1] - 2023-11-01
610
### Added
711
- is_registry_path checker function

pephubclient/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pephubclient.pephubclient import PEPHubClient
22

33
__app_name__ = "pephubclient"
4-
__version__ = "0.2.1"
4+
__version__ = "0.2.2"
55
__author__ = "Oleksandr Khoroshevskyi, Rafal Stepien"
66

77

0 commit comments

Comments
 (0)