We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816100e commit 17df294Copy full SHA for 17df294
2 files changed
CHANGELOG.md
@@ -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
8
## 2.0.0
9
### BREAKING CHANGES
10
* Drop Python 2 and Python 3.6 support
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name='python-nomad',
- version='2.0.0',
+ version='2.0.1',
install_requires=['requests'],
11
packages=['nomad', 'nomad.api'],
12
url='http://github.com/jrxfive/python-nomad',
0 commit comments