Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore.Chatziioannou authored and Theodore.Chatziioannou committed Nov 7, 2023
1 parent 76eddc3 commit df0e6e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed


### Added


### Changed


## [v0.3.1] - 2023-11-07

### Fixed

- **internal** conda upload CI script.
- **public** fix person attributes type conversion bug ([#263](https://github.com/arup-group/pam/issues/263))

Expand Down Expand Up @@ -110,7 +121,8 @@ This version is a pre-release

This is the first version of PAM which follows semantic versioning and can be considered the first _official_ release of the package.

[Unreleased]: https://github.com/arup-group/pam/compare/v0.3.0...main
[Unreleased]: https://github.com/arup-group/pam/compare/v0.3.1...main
[v0.3.1]: https://github.com/arup-group/pam/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/arup-group/pam/compare/v0.2.4...v0.3.0
[v0.2.4]: https://github.com/arup-group/pam/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/arup-group/pam/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion pam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.1.dev"
__version__ = "0.3.1"


class PAMValidationError(Exception):
Expand Down

0 comments on commit df0e6e7

Please sign in to comment.