Skip to content

Commit

Permalink
Prepare 2.0.1 release (#164)
Browse files Browse the repository at this point in the history
* create 2.0.1 release

* add CHANGELOG
  • Loading branch information
nikita-b committed Apr 23, 2024
1 parent 816100e commit 17df294
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**Changes of the next versions will be published in the [releases](https://github.com/jrxFive/python-nomad/releases) section of the repository**

## 2.0.1
* update parameters in `Job` functions by @IgnacioHeredia #153
* Fix nodes API filter by @bernardoVale #162
* Read env variables on __init__ by @atwam #157

## 2.0.0
### BREAKING CHANGES
* Drop Python 2 and Python 3.6 support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='python-nomad',
version='2.0.0',
version='2.0.1',
install_requires=['requests'],
packages=['nomad', 'nomad.api'],
url='http://github.com/jrxfive/python-nomad',
Expand Down

0 comments on commit 17df294

Please sign in to comment.