Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
c653a037
Commit
c653a037
authored
Nov 23, 2021
by
Daniel Scheffler
Browse files
Updated HISTORY.rst and version info.
parent
07499458
Pipeline
#35166
failed with stage
in 3 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
c653a037
...
...
@@ -2,6 +2,13 @@
History
=======
0.20.0 (2021-11-23)
-------------------
* Tests are now called via pytest instead of nosetest. This improves stability and test output and adds nice reports.
* Coverage now works in multiprocessing after properly closing and joining multiprocessing.Pool and adding .coveragerc.
0.19.1 (2021-11-19)
-------------------
...
...
py_tools_ds/version.py
View file @
c653a037
...
...
@@ -22,5 +22,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__
=
'0.
19.1
'
__versionalias__
=
'202111
19
_01'
__version__
=
'0.
20.0
'
__versionalias__
=
'202111
23
_01'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment