Skip to content

Commit

Permalink
v1.6.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Dec 22, 2023
1 parent 1fc1f0a commit 6ceab3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

## [1.6.0] -- 2023-11-10
## [1.6.0] -- 2023-12-22

### Added
- `looper link` creates symlinks for results grouped by record_identifier. It requires pipestat to be configured. [#72](https://github.com/pepkit/looper/issues/72)
- basic tab completion
- basic tab completion.

### Changed
- looper now works with pipestat v0.6.0 and greater.
Expand Down
3 changes: 2 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here you can see the command-line usage instructions for the main looper command
```console
version: 1.6.0
usage: looper [-h] [--version] [--logfile LOGFILE] [--dbg] [--silent]
[--verbosity V] [--logdev]
[--verbosity V] [--logdev] [--commands]
{run,rerun,runp,table,report,destroy,check,clean,inspect,init,init-piface,link}
...

Expand Down Expand Up @@ -57,6 +57,7 @@ options:
--silent Silence logging. Overrides verbosity.
--verbosity V Set logging level (1-5 or logging module level name)
--logdev Expand content of logging message format.
--commands show program's primary commands

For subcommand-specific options, type: 'looper <subcommand> -h'
https://github.com/pepkit/looper
Expand Down
2 changes: 1 addition & 1 deletion looper/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0a3"
__version__ = "1.6.0"
4 changes: 2 additions & 2 deletions requirements/requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jinja2
logmuse>=0.2.0
pandas>=2.0.2
pephubclient>=0.1.2
peppy>=0.40.0.a4
pipestat>=0.6.0a9
peppy>=0.40.0
pipestat>=0.6.0
pyyaml>=3.12
rich>=9.10.0
ubiquerg>=0.5.2
Expand Down

0 comments on commit 6ceab3c

Please sign in to comment.