Skip to content

Commit

Permalink
Bump version to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Nov 6, 2024
1 parent 8bbe86b commit 46fe19c
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.2 2024-11-06
~~~~~~~~~~~~~~~~

* Fixed issue in type checking of path arguments when calling pvml as a
command line script.

4.1.1 2024-05-01
~~~~~~~~~~~~~~~~

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.1.1
:Version: 4.1.2


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.1.1.tar.gz
$ cd pvml-4.1.1
$ tar zxf pvml-4.1.2.tar.gz
$ cd pvml-4.1.2
$ 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.1'
__version__ = '4.1.2'

0 comments on commit 46fe19c

Please sign in to comment.