Skip to content

Commit

Permalink
prepare for v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cchwala committed Sep 15, 2023
1 parent 6e99e34 commit 700c768
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/whats-new.rst
Expand Up @@ -6,6 +6,13 @@ Unreleased
----------


v0.3.8
------

Enhancements
~~~~~~~~~~~~
* Extended implementation of "nearby wet-dry approach" and added some fixes and more test (by maxmargraf in PR #129)


v0.3.7
------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,15 +20,15 @@ def read(fname):

setup(
name = "pycomlink",
version = "0.3.7",
version = "0.3.8",
author = "Christian Chwala",
author_email = "christian.chwala@kit.edu",
description = ("Python tools for CML (commercial microwave link) data processing"),
license = "BSD",
keywords = "microwave links precipitation radar cml",
url = "https://github.com/pycomlink/pycomlink",
download_url = (
"https://github.com/pycomlink/pycomlink/archive/0.3.7.tar.gz"),
"https://github.com/pycomlink/pycomlink/archive/0.3.8.tar.gz"),
packages=find_packages(exclude=['test']),
include_package_data=True,
long_description=read('README.md'),
Expand Down

0 comments on commit 700c768

Please sign in to comment.