Skip to content

Commit

Permalink
Merge pull request #60 from MeteoSwiss/develop
Browse files Browse the repository at this point in the history
v0.2.1.dev0
  • Loading branch information
fpavogt authored Jan 24, 2022
2 parents 729d9d2 + bf8438e commit f6e2ff4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Security:


## [v0.2.1.dev0]
### Fixed:
- [fpavogt, 2022-01-21] Fix #58.

## [v0.2.0.dev1]
### Fixed:
- [fpavogt, 2022-01-21] First pypi release ?
- [fpavogt, 2022-01-21] First pypi release.

## [v0.2.0.dev0]
### Added:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@

],

# Let's make sure the parameter non-py files get included in the wheels on pypi.
include_package_data=True
)
2 changes: 1 addition & 1 deletion src/ampycloud/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

#:str: the one-and-only place where the ampycloud version is set.
VERSION = '0.2.0.dev1'
VERSION = '0.2.1.dev0'

0 comments on commit f6e2ff4

Please sign in to comment.