Skip to content

Commit

Permalink
Updated to version 0.7.4, added to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
romanshor committed Jun 2, 2023
1 parent 6e327b6 commit 72feb48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.7.4] - 2023-06-02
### Changed
- if first row of survey starts with MD=0 and non-zero INC or AZ, those values are used
- added 'inc' and 'azi' to returned interpolated point for points in hold and vertical sections

## [v0.6.0] - 2021-06-16
### Added
- Top view plot
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='well_profile',
packages=['well_profile'],
version='0.7.3',
version='0.7.4',
license='LGPL v3',
description='Well Profile Builder',
long_description=long_description,
Expand Down

0 comments on commit 72feb48

Please sign in to comment.