Skip to content

Commit

Permalink
Bump version and update release notes for 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
meliache committed Nov 3, 2021
1 parent d132875 commit 4a65309
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.3
current_version = 0.7.4
commit = True
tag = True

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.7.4] - 2021-11-03

### Added
* Add a `CHANGELOG.md` file in addition to the release notes on github

### Fixed
* gbasf2: Fix moving of downloaded datasets with multiple datablocks (subs) #150
* gbasf2: If an error happens during proxy initialization, there was an error raised, but the `stderr` argument was wrong, which was fixed in #149

### Changed
* gbasf2: `get_unique_lfns` in some cases returned a set and in some cases a list. Changed it to always return sets.


## [0.7.3] - 2021-10-21
Small patch release for the gbasf2 process adding tests and better error checks for subprocess to make future debugging of problems like e.g. #138 easier

Expand Down
2 changes: 1 addition & 1 deletion b2luigi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# version must be defined after importing the luigi namespace,
# otherwise the b2luigi.__version__ gets overwritten by the one from luigi
__version__ = "0.7.3"
__version__ = "0.7.4"

from b2luigi.core.parameter import wrap_parameter, BoolParameter
from typing import Optional, Union, Collection
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.7.3'
release = '0.7.4'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 4a65309

Please sign in to comment.