Skip to content

Commit 17df294

Browse files
authored
Prepare 2.0.1 release (#164)
* create 2.0.1 release * add CHANGELOG
1 parent 816100e commit 17df294

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
**Changes of the next versions will be published in the [releases](https://github.com/jrxFive/python-nomad/releases) section of the repository**
2+
3+
## 2.0.1
4+
* update parameters in `Job` functions by @IgnacioHeredia #153
5+
* Fix nodes API filter by @bernardoVale #162
6+
* Read env variables on __init__ by @atwam #157
7+
18
## 2.0.0
29
### BREAKING CHANGES
310
* Drop Python 2 and Python 3.6 support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='python-nomad',
9-
version='2.0.0',
9+
version='2.0.1',
1010
install_requires=['requests'],
1111
packages=['nomad', 'nomad.api'],
1212
url='http://github.com/jrxfive/python-nomad',

0 commit comments

Comments
 (0)