Skip to content

Commit 65c70f9

Browse files
committed
bump version.
1 parent 4d10185 commit 65c70f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.2.2] - 2021-11-10
6+
### Fixed
7+
- Optimize dynamic api virtual modules.
8+
59
## [0.2.1] - 2021-11-08
610
### Fixed
711
- Error with retrieving the module's installation root path.
@@ -80,6 +84,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
8084
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
8185
- Check dependency utility to determine child table references.
8286

87+
[0.2.2]: https://github.com/datajoint/pharus/compare/0.2.1...0.2.2
8388
[0.2.1]: https://github.com/datajoint/pharus/compare/0.2.0...0.2.1
8489
[0.2.0]: https://github.com/datajoint/pharus/compare/0.1.0...0.2.0
8590
[0.1.0]: https://github.com/datajoint/pharus/compare/0.1.0b2...0.1.0

pharus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = '0.2.1'
2+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)