Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 30, 2021
1 parent 4737f10 commit 35d4ca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v2.2.0 (2021-04-30)
### Feature
* Add c2dat lookup to Commit class: it may be better suited as a standalone function for bulk lookup of commit properties without instantiating any commits ([`4737f10`](https://github.com/ssc-oscar/oscar.py/commit/4737f102066a926f1703ff94498b4550ab9d5632))

## v2.1.0 (2021-04-29)
### Feature
* Added first author property to Blob class ([`da1a0bc`](https://github.com/ssc-oscar/oscar.py/commit/da1a0bc6d5fd79512618026db5fb30ce213edfac))
Expand Down
2 changes: 1 addition & 1 deletion oscar.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import warnings
# `pip uninstall lzf && pip install python-lzf`
import lzf

__version__ = '2.1.0'
__version__ = '2.2.0'
__author__ = 'marat@cmu.edu'
__license__ = 'GPL v3'

Expand Down

0 comments on commit 35d4ca9

Please sign in to comment.