Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Jan 22, 2022
1 parent d9423f1 commit 818f2fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased (2022-01-22)
## v0.2.6 (2022-01-22)

#### Fixes

Expand All @@ -13,7 +13,7 @@
- fix all errors from pylint and tests

Full set of changes:
[`v0.2.5...edc3649`](git@github.com:nialov/drillcore-transformations/compare/v0.2.5...edc3649)
[`v0.2.5...v0.2.6`](git@github.com:nialov/drillcore-transformations/compare/v0.2.5...v0.2.6)

## v0.2.5 (2020-04-26)

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- family-names: Ovaskainen
given-names: Nikolas
title: "drillcore-transformations"
version: "0.2.5.post40.dev0+edc3649"
version: "0.2.6"
date-released: "2022-01-22"
keywords:
- python
Expand Down
2 changes: 1 addition & 1 deletion drillcore_transformations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Nikolas Ovaskainen"""
__email__ = "nikolasovaskainen@gmail.com"
__version__ = "0.2.5.post40.dev0+edc3649"
__version__ = "0.2.6"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "drillcore-transformations"
version = "0.2.5.post40.dev0+edc3649"
version = "0.2.6"
description = "Transform structural drillcore measurements."
authors = ["nialov <nikolasovaskainen@gmail.com>"]
readme = "README.rst"
Expand Down Expand Up @@ -152,4 +152,4 @@ ignore-imports = true
python_version = "3.8"
warn_return_any = true
warn_unused_configs = true
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit 818f2fe

Please sign in to comment.