Skip to content

Commit

Permalink
Bump release to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed May 1, 2024
1 parent 9e0d016 commit 8825cd6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.1.1 2024-05-01
~~~~~~~~~~~~~~~~

* Fixed issue where exit codes from the pvml job config file were not taken
into account.

4.1 2024-03-14
~~~~~~~~~~~~~~

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PVML User Manual
================

:Version: 4.0
:Version: 4.1.1


This document contains installation instructions, and a brief user manual for
Expand Down Expand Up @@ -29,8 +29,8 @@ https://github.com/stcorp/pvml.

To install pvml, download the .tar.gz package and use: ::

$ tar zxf pvml-4.0.tar.gz
$ cd pvml-4.0
$ tar zxf pvml-4.1.1.tar.gz
$ cd pvml-4.1.1
$ pip install .

This will install the ``pvml`` python package, which includes the ``pvml``
Expand Down
2 changes: 1 addition & 1 deletion pvml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.1'
__version__ = '4.1.1'

0 comments on commit 8825cd6

Please sign in to comment.