Skip to content

Commit

Permalink
build: update ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Jan 22, 2022
1 parent edc3649 commit d9423f1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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-13)
## Unreleased (2022-01-22)

#### Fixes

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ authors:
- family-names: Ovaskainen
given-names: Nikolas
title: "drillcore-transformations"
version: "0.2.5.post39.dev0+c81b19d"
date-released: "2022-01-13"
version: "0.2.5.post40.dev0+edc3649"
date-released: "2022-01-22"
keywords:
- python
- data
Expand Down
2 changes: 1 addition & 1 deletion docs_src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ iniconfig==1.1.1; python_version >= "3.6"
invoke==1.6.0
ipykernel==6.6.1; python_version >= "3.7"
ipython-genutils==0.2.0; python_version >= "3.7"
ipython==7.31.0; python_version >= "3.7"
ipython==7.31.1; python_version >= "3.7"
jedi==0.18.1; python_version >= "3.7"
jinja2==3.0.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
json5==0.9.6; python_version >= "3.6"
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.post39.dev0+c81b19d"
__version__ = "0.2.5.post40.dev0+edc3649"
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion 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.post39.dev0+c81b19d"
version = "0.2.5.post40.dev0+edc3649"
description = "Transform structural drillcore measurements."
authors = ["nialov <nikolasovaskainen@gmail.com>"]
readme = "README.rst"
Expand Down

0 comments on commit d9423f1

Please sign in to comment.