Skip to content

Commit 2fcc325

Browse files
authored
Merge pull request #79 from aglavic/release
Release version 0.0.5
2 parents be7a21a + 62f6d32 commit 2fcc325

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

HISTORY.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
History
33
=======
44

5+
0.0.5 (2022-02-04)
6+
------------------
7+
8+
* Merge the slddb package into orsopy for simple query of the database.
9+
SLD db will transition to orsopy for its backend.
10+
511
0.0.4 (2022-01-19)
6-
--------
12+
------------------
713

814
* Fix a bug prventing usage of fileio on python >=3.10.1 due to changes in dataclasses internal API
915
* Replace the metaclass implementation by a decorator behaving similar to dataclass
@@ -12,15 +18,15 @@ History
1218
* More documentation improvements
1319

1420
0.0.3 (2021-11-14)
15-
--------
21+
------------------
1622

1723
* Implement user_data from custom keyword arguments
1824
* Improvements to documentation
1925
* Backport to python 3.6 and 3.7
2026
* Allow user defined spaces between multiple datasets
2127

2228
0.0.2 (2021-10-08)
23-
--------
29+
------------------
2430

2531
* Integration of PyPI with Github build system
2632

orsopy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for orsopy."""
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)