Skip to content

Commit

Permalink
Bump to version v9.4.0 (#211)
Browse files Browse the repository at this point in the history
## Summary

### Added
- New `-e/--exclude` and `-i/--include` flags to `exec`. It filters out the autoprotocol
  instructions in the backend.
  • Loading branch information
GregoryEssertel authored Jun 28, 2021
1 parent 431c54c commit 8b38df1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v9.4.0
------

Added
~~~~~
- New `-e/--exclude` and `-i/--include` flags to `exec`. It filters out the autoprotocol
instructions in the backend.

v9.3.1
------

Expand Down
2 changes: 1 addition & 1 deletion transcriptic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "9.3.1"
__version__ = "9.4.0"

0 comments on commit 8b38df1

Please sign in to comment.