Skip to content

Commit bc169da

Browse files
committed
Release v0.6.0 - Changelog
1 parent 3d5b2f0 commit bc169da

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

CHANGELOG.md

+23-7
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,40 @@
11
# Changelog
22

3-
## [v0.5.3.2](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.3.2) (2023-06-15)
3+
## [Unreleased](https://github.com/emmo-repo/EMMOntoPy/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.6.0...HEAD)
6+
7+
**Closed issues:**
8+
9+
- pyparsing has been updated [\#629](https://github.com/emmo-repo/EMMOntoPy/issues/629)
10+
11+
## [v0.6.0](https://github.com/emmo-repo/EMMOntoPy/tree/v0.6.0) (2023-06-19)
12+
13+
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.4...v0.6.0)
14+
15+
**Merged pull requests:**
416

5-
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.4...v0.5.3.2)
17+
- Check prefLabels in imported ontologies only if asked for. [\#628](https://github.com/emmo-repo/EMMOntoPy/pull/628) ([francescalb](https://github.com/francescalb))
618

719
## [v0.5.4](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.4) (2023-06-15)
820

9-
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.3...v0.5.4)
21+
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.3.2...v0.5.4)
22+
23+
## [v0.5.3.2](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.3.2) (2023-06-15)
24+
25+
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.3.1...v0.5.3.2)
1026

1127
**Merged pull requests:**
1228

1329
- remove warnings\_as\_errors in cd workflow introduced in 0.5.3 [\#625](https://github.com/emmo-repo/EMMOntoPy/pull/625) ([francescalb](https://github.com/francescalb))
1430

15-
## [v0.5.3](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.3) (2023-06-12)
31+
## [v0.5.3.1](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.3.1) (2023-06-12)
1632

17-
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.3.1...v0.5.3)
33+
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.3...v0.5.3.1)
1834

19-
## [v0.5.3.1](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.3.1) (2023-06-12)
35+
## [v0.5.3](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.3) (2023-06-12)
2036

21-
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.2...v0.5.3.1)
37+
[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.2...v0.5.3)
2238

2339
**Closed issues:**
2440

ontopy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pylint: disable=wrong-import-position,wrong-import-order
33
import sys
44

5-
__version__ = "0.5.4"
5+
__version__ = "0.6.0"
66

77
# Ensure correct Python version
88
if sys.version_info < (3, 7):

0 commit comments

Comments
 (0)