Skip to content

Commit

Permalink
docs: release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Jan 31, 2022
1 parent 4cea198 commit 468acf2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

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

Update dependency requirements.

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

## v0.0.5 (2021-12-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.5.post10.dev0+ab16a02"
version: "0.0.6"
date-released: "2022-01-31"
keywords:
- python
Expand All @@ -19,3 +19,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.5.post10.dev0+ab16a02"
version = "0.0.6"
description = "Fracture & lineament data management."
authors = ["nialov <nikolasovaskainen@gmail.com>"]
readme = "README.rst"
Expand Down Expand Up @@ -170,3 +170,4 @@ ignore_missing_imports = true
[tool.pyright]

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.5.post10.dev0+ab16a02"
__version__ = "0.0.6"

0 comments on commit 468acf2

Please sign in to comment.