Skip to content

Commit 3e1a211

Browse files
committed
Bump to version 0.7.0
1 parent 34419e4 commit 3e1a211

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## Unrelease
8+
9+
10+
## 0.7.0
811

912
### Added
1013

1114
- CHANGELOG.md to document changes to the DIE
15+
- ppb to mg/L unit conversion
1216

1317
### Changed
1418

@@ -17,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1721

1822
### Fixed
1923

20-
- Decreased NMBGMR chunk size from 100 to 50 to prevent ReadTimeoutErrors from occurring while gathering water level data
24+
- Decreased NMBGMR chunk size from 100 to 10 to prevent ReadTimeoutErrors from occurring while gathering water level data
2125

2226
## 0.6.0 - 2025-02-14
2327

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="nmuwd",
24-
version="0.6.0",
24+
version="0.7.0",
2525
author="Jake Ross",
2626
description="New Mexico Water Data Integration Engine",
2727
long_description=long_description,

0 commit comments

Comments
 (0)