Skip to content

Commit

Permalink
docs: release v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Feb 11, 2022
1 parent 66fe9fe commit 107c4a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## Unreleased (2022-02-11)
## v0.0.7 (2022-02-11)

Updated `fractopo` to `v.0.3.0` for `tracerepo`.

### Fixes

- (tracerepo): fix column type issue
- (tracerepo): Refactored column code to handle `tuples` which
`fractopo` now uses for validated trace data.

Full set of changes:
[`v0.0.6...3decb21`](https://github.com/nialov/tracerepo/compare/v0.0.6...3decb21)
[`v0.0.6...v0.0.7`](https://github.com/nialov/tracerepo/compare/v0.0.6...v0.0.7)

## v0.0.6 (2022-01-31)

Expand Down
4 changes: 3 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
- family-names: Ovaskainen
given-names: Nikolas
title: tracerepo
version: "0.0.6.post6.dev0+3decb21"
version: "0.0.7"
date-released: "2022-02-11"
keywords:
- python
Expand All @@ -23,3 +23,5 @@ repository-code: "https://github.com/nialov/tracerepo"





3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tracerepo"
version = "0.0.6.post6.dev0+3decb21"
version = "0.0.7"
description = "Fracture & lineament data management."
authors = ["nialov <nikolasovaskainen@gmail.com>"]
readme = "README.rst"
Expand Down Expand Up @@ -172,3 +172,4 @@ ignore_missing_imports = true

reportPrivateImportUsage = false


2 changes: 1 addition & 1 deletion tracerepo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Fracture & lineament data management.
"""

__version__ = "0.0.6.post6.dev0+3decb21"
__version__ = "0.0.7"

0 comments on commit 107c4a5

Please sign in to comment.