Skip to content

Commit

Permalink
Nzshm common pypi (#22)
Browse files Browse the repository at this point in the history
* update changelog; nzhsm-common frpm pypi;
* Bump version: 0.5.1 → 0.5.2
  • Loading branch information
chrisbc authored Aug 17, 2022
1 parent 87b3e5f commit 0ed9028
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## [0.5.2] - 2022-08-17
## [0.5.3] - 2022-08-18

### Changed
- ref to nzshm-common remove #main ref (this requires poetry >=1.2 - use POETRY_PREVIEW=1).
- using nzshm-common==0.3.2 from pypi.
- specify poetry==1.2.0b3 in all the GHA yml files.

## [0.5.1] - 2022-08-17
Expand Down
23 changes: 10 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "toshi-hazard-store"
version = "0.5.1"
version = "0.5.2"
homepage = "https://github.com/GNS-Science/toshi-hazard-store"
description = "Library for saving and retrieving NZHSM openquake hazard results with convenience (uses AWS Dynamodb)."
authors = ["GNS Science <chrisbc@artisan.co.nz>"]
Expand Down Expand Up @@ -74,7 +74,7 @@ pynamodb = "^5.2.1"
pynamodb-attributes = "^0.3.2"
numpy = "^1.23.1"
pandas = "^1.4.3"
nzshm-common = {git = "https://github.com/GNS-Science/nzshm-common-py.git"}
nzshm-common = "^0.3.2"


[tool.poetry.extras]
Expand Down
2 changes: 1 addition & 1 deletion toshi_hazard_store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """GNS Science"""
__email__ = 'chrisbc@artisan.co.nz'
__version__ = '0.5.1'
__version__ = '0.5.2'


import toshi_hazard_store.model as model

0 comments on commit 0ed9028

Please sign in to comment.