Skip to content

Commit

Permalink
Merge pull request #123 from StFroese/new_release
Browse files Browse the repository at this point in the history
release v3.0.3
  • Loading branch information
uvemas authored Jul 25, 2023
2 parents 5fa0107 + cf9690a commit 3ab685b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ANNOUNCE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=========================
Announcing ViTables 3.0.2
Announcing ViTables 3.0.3
=========================

After another long period retired from development activities I'm happy to come
back and present ViTables 3.0.2, the latest release of this viewer for
back and present ViTables 3.0.3, the latest release of this viewer for
PyTables/HDF5 files. Definitely this release wouldn't have been possible without
the invaluable help of a bunch of contributors so THANKS to all of them.

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ViTables ChangeLog
==================
** July 20, 2023 **
Support PyQt6, this is useful for mac users who cant install
PyQt5.

** January 03, 2019 **
Added script to automatically generate the Users Guide.

Expand Down
4 changes: 2 additions & 2 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
System requirements
-------------------
ViTables 3.0.2 has been tested against the latest versions of Python 3,
ViTables 3.0.3 has been tested against the latest versions of Python 3,
PyTables and PyQt. You can try other versions at your own risk :).

Installation on a conda environment
Expand Down Expand Up @@ -31,7 +31,7 @@ Alternatively, you can download the binary package from the download area
(see vitables.org/Downloads for details), go to the directory where you have
downloaded the file and issue the command::

$ pip install ViTables-3.0.2-py3-none-any.whl
$ pip install ViTables-3.0.3-py3-none-any.whl

This should install the ViTables wheel. If you experience problems installing
the binary package then you can install from sources (provided your system fulfills
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0.3
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.2'
release = '3.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/usersguide-ch1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Nevertheless, and just in case, we are providing this guide :-).
System Requirements
*******************

To run `ViTables` you need to install recent versions of `Python3`, `PyTables` (so you have to fulfil its own requirements) and `PyQt`. For instance, it runs smoothly with `Python` 3.6, `PyTables` 3.4 and `PyQt` 5.8.
To run `ViTables` you need to install recent versions of `Python3`, `PyTables` (so you have to fulfil its own requirements) and `PyQt`. For instance, it runs smoothly with `Python` 3.11, `PyTables` 3.8 and `PyQt` 6.5.

At the moment, `ViTables` has been fully tested on Linux and Windows 10 platforms. Other Unices should run just fine when using the Linux version because all the software that `ViTables` relies on (i.e. `Python`, `Qt`, `PyQt`, `HDF5` and `PyTables`) is known to run fine on many Unix platforms as well.

Expand Down
2 changes: 1 addition & 1 deletion vitables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# Author: Vicent Mas - [email protected]

__version__ = '3.0.2'
__version__ = '3.0.3'
__all__ = ["docbrowser", "h5db", "logger", "nodeprops", "plugins",
"queries", "preferences", "vttables", "vtwidgets",
"utils", "vtsite", "vtapp", "vtgui", "vtsplash"]
2 changes: 1 addition & 1 deletion vitables/preferences/vtconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@


__docformat__ = 'restructuredtext'
__version__ = '3.0.2'
__version__ = '3.0.3'

translate = QtWidgets.QApplication.translate

Expand Down

0 comments on commit 3ab685b

Please sign in to comment.