From f7b66538dad0104e563ba91955ee612287316a35 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 2 Feb 2024 06:27:17 -0700 Subject: [PATCH] release: v0.3.0 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9af995..4ab6760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.3.0] - 2024-02-02 + ### Added - Restructure library into record and batch ([#36](https://github.com/gadomski/pyisd/pull/36)) @@ -99,6 +101,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Initial release. +[Unreleased]: +[0.3.0]: [0.2.1]: [0.2.0]: [0.1.5]: diff --git a/pyproject.toml b/pyproject.toml index 9a250fc..4227810 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "isd" -version = "0.2.1" +version = "0.3.0" description = "Reads and archives NOAA Integrated Surface Database (ISD) files" readme = "README.md" authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]