Skip to content

Commit

Permalink
release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kklmn committed Jun 7, 2018
1 parent 38b669b commit 2073ed5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: xrt
Version: 1.3.1
Version: 1.3.2
Summary: Ray tracing and wave propagation in x-ray regime, primarily meant for modeling synchrotron sources, beamlines and beamline elements. Includes a GUI for creating a beamline and viewing it in 3D.
Home-page: http://xrt.readthedocs.io
Author: Konstantin Klementiev, Roman Chernikov
Expand Down
Binary file renamed dist/xrt-1.3.1.zip → dist/xrt-1.3.2.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '1.3.1'
version = '1.3.2'
# The full version, including alpha/beta/rc tags.
release = '1.3.1'
release = '1.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 3 additions & 1 deletion doc/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Version history
---------------

1.3.2 (7 Jun 2018):
- Bug fixes and minor updates.

1.3.1 (24 May 2018):
- Added :ref:`detailed instructions for installing dependencies <instructions>`.

Expand All @@ -13,7 +16,6 @@ Version history

- Minor bug fixes and updates.


1.3.0 (25 Mar 2018):
- Addition of :ref:`xrtGlow <glow>` -- a 3D beamline viewer.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@

setup(
name='xrt',
version='1.3.1',
version='1.3.2',
description='Ray tracing and wave propagation in x-ray regime, primarily '
'meant for modeling synchrotron sources, beamlines and '
'beamline elements. Includes a GUI for creating a beamline '
Expand Down
4 changes: 2 additions & 2 deletions xrt/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__versioninfo__ = (1, 3, 1)
__versioninfo__ = (1, 3, 2)
__version__ = '.'.join(map(str, __versioninfo__))
__date__ = "24 May 2018"
__date__ = "7 Jun 2018"

0 comments on commit 2073ed5

Please sign in to comment.